Fixed merge conflicts. Scoreboard updates team when a team is picked. Fixed some code standard violations and misspellings.
This commit is contained in:
@@ -52,9 +52,9 @@ private:
|
||||
char readBuffer[BUFFERSIZE] = { 0 };
|
||||
size_t bytesRead = 0;
|
||||
// time for previouse message
|
||||
double previousePingMessage = 0;
|
||||
double previousPingMessage = 0;
|
||||
double previousSnapshotMessage = 0;
|
||||
double timOutTimer = 0;
|
||||
double timeOutTimer = 0;
|
||||
|
||||
// How often we send messages (seconds)
|
||||
double pingInterval = 1;
|
||||
|
||||
Reference in New Issue
Block a user