Didn't bulid lol. Fixed.
This commit is contained in:
@@ -93,7 +93,7 @@ void Client::parseMessageType(Packet& packet)
|
||||
parseKick();
|
||||
break;
|
||||
case MessageType::OnPlayerSpawned:
|
||||
parsePlayersSpawned();
|
||||
parsePlayersSpawned(packet);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user