iTXTech / Nemisys

The Java implementation of standard Synapse Proxy Protocol.
GNU General Public License v3.0
44 stars 44 forks source link

Playercount isn't updated #137

Open imjack opened 6 years ago

imjack commented 6 years ago

After getting the ClientData.Entry the player count doesn't get updated when getPlayerCount is called.

imjack commented 6 years ago

This issue is due to updateClientData not being regularly called after the server(s) connect. I personally fixed it by calling updateClientData after the heartbeat packet is received

SleepSpace9 commented 6 years ago

No further comments: https://github.com/iTXTech/Nemisys/pull/46