mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Refactor the condition for decrementing the player count in CPlatformNetworkManagerStub::DoWork. The previous check was replaced with a while loop to ensure that the player count is only decremented when there are more than one player and the last player's custom data value is zero. This change improves the handling of player connections in the network manager. |
||
|---|---|---|
| .. | ||
| Sony | ||
| GameNetworkManager.cpp | ||
| GameNetworkManager.h | ||
| NetworkPlayerInterface.h | ||
| PlatformNetworkManagerInterface.h | ||
| PlatformNetworkManagerStub.cpp | ||
| PlatformNetworkManagerStub.h | ||
| SessionInfo.h | ||