Improve packet ordering and deduplication of players from gamespy1 protocol

This commit is contained in:
mmorrison 2019-01-22 00:11:39 -06:00
parent 2a87360a0e
commit 94c263669d
2 changed files with 103 additions and 16 deletions

View file

@ -109,6 +109,10 @@ class Core extends EventEmitter {
delete state.gameHost;
delete state.gamePort;
this.logger.debug(log => {
log("Size of players array: " + state.players.length);
log("Size of bots array: " + state.bots.length);
});
return state;
}