Didn't bulid lol. Fixed.

This commit is contained in:
stiffly
2016-01-22 17:57:31 +01:00
parent 750442d224
commit b37b20b7d8
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ void Client::parseMessageType(Packet& packet)
parseKick();
break;
case MessageType::OnPlayerSpawned:
parsePlayersSpawned();
parsePlayersSpawned(packet);
break;
default:
break;