Updated the serverlist, now prints adress and port of the server.

This commit is contained in:
stiffly
2016-02-17 17:05:10 +01:00
parent 950ecba1c0
commit 46987beefb
5 changed files with 23 additions and 8 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ public:
void parseTCPConnect(Packet& packet);
void parsePlayerConnected(Packet& packet);
void parsePing();
void parseHeartbeat(Packet& packet);
void parseHeartbeat(Packet& packet, PlayerDefinition);
void parseKick();
void parsePlayersSpawned(Packet& packet);
void parseEntityDeletion(Packet& packet);