Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
hyalkaf committed Apr 13, 2016
1 parent 2b077c4 commit 36cdb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server/ReplicationManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ public void ParseServerResponseGameSession(string message)
{
// Split speicific info by spaces
string[] arrayOfGameSessionAndPlayerSpecificInfo = arrayOfSpecificSession[gameSessionAndPlayerInfoIndex].Split(new string[] { SEPERATOR_BETWEEN_WORDS }, StringSplitOptions.RemoveEmptyEntries); ;
if (arrayOfGameSessionAndPlayerSpecificInfo.Length < 5) break;
if (arrayOfGameSessionAndPlayerSpecificInfo.Length < 3) break;
ClientInfo player;
if (extraIndexForGameIDAndCounterID == 2)
{
Expand Down

0 comments on commit 36cdb83

Please sign in to comment.