fix: Refresh Mark & Mark window lag spike

Added Server-Side mark broadcast
This commit is contained in:
rtw1x1
2026-01-21 08:34:32 +00:00
parent 9299cea61c
commit 2e2becf1a3
8 changed files with 92 additions and 14 deletions

View File

@@ -494,6 +494,7 @@ class CPythonNetworkStream : public CNetworkStream, public CSingleton<CPythonNet
// Guild
bool RecvGuild();
bool RecvMarkUpdate();
// Party
bool RecvPartyInvite();