Improving in-game admin functions, implementing reply packets to report results.
This commit is contained in:
@@ -120,7 +120,9 @@ protected:
|
||||
static bool ValidateReportGameAckMessage(const NetPacket &packet);
|
||||
static bool ValidateErrorMessage(const NetPacket &packet);
|
||||
static bool ValidateAdminRemoveGameMessage(const NetPacket &packet);
|
||||
static bool ValidateAdminRemoveGameAckMessage(const NetPacket &packet);
|
||||
static bool ValidateAdminBanPlayerMessage(const NetPacket &packet);
|
||||
static bool ValidateAdminBanPlayerAckMessage(const NetPacket &packet);
|
||||
|
||||
static bool ValidateGameInfo(const NetGameInfo &gameInfo);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user