Fixed crash in Client::parsePlayerDamage.

This commit is contained in:
Jocke
2016-02-17 10:21:50 +01:00
parent a006db9e63
commit 4432891437
2 changed files with 3 additions and 3 deletions
-1
View File
@@ -84,7 +84,6 @@ void Server::Update()
if (isReadingData) {
Network::Update();
}
}
void Server::parseMessageType(Packet& packet)