diff --git a/common/server/game/server_player.h b/common/server/game/server_player.h index 1e952bd90..033c80ebb 100644 --- a/common/server/game/server_player.h +++ b/common/server/game/server_player.h @@ -41,7 +41,7 @@ private: bool sideboardLocked; void revealTopCardIfNeeded(Server_CardZone *zone, GameEventStorage &ges); void sendCreateTokenEvents(Server_CardZone *zone, Server_Card *card, int xCoord, int yCoord, GameEventStorage &ges); - void getPlayerProperties(ServerInfo_PlayerProperties &result); + void getPlayerProperties(ServerInfo_PlayerProperties &result) override; public: Server_Player(Server_Game *_game,