Fix a typo from r7840 that caused the game to be unable to display all the games on the lobby sometimes.
git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@8341 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
a4fa637b56
commit
a279c154af
|
@ -1719,7 +1719,6 @@ static bool NETrecvGAMESTRUCT(GAMESTRUCT* game)
|
|||
debug(LOG_WARNING, "GAMESTRUCT recv size mismatch; received %u bytes; expecting %d", i, (int)sizeof(buf));
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
// Now dump the data into the game struct
|
||||
|
|
Loading…
Reference in New Issue