Add spectator list during the game (when lobby messages are disabled).
This commit is contained in:
@@ -102,6 +102,7 @@ struct GameInfo {
|
||||
unsigned adminPlayerId;
|
||||
PlayerIdList players;
|
||||
PlayerIdList spectators;
|
||||
PlayerIdList spectatorsDuringGame;
|
||||
bool isPasswordProtected;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user