More work on server side vote kick. Most error handling complete now. Client side still lacking.
This commit is contained in:
+1
-1
@@ -98,7 +98,7 @@ struct VoteKickData
|
||||
int numVotesToKick;
|
||||
int numVotesInFavourOfKicking;
|
||||
int numVotesAgainstKicking;
|
||||
unsigned timeLimitSec;
|
||||
int timeLimitSec;
|
||||
boost::timers::portable::microsec_timer voteTimer;
|
||||
PlayerIdList votedPlayerIds;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user