mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00:00
Improve packet ordering and deduplication of players from gamespy1 protocol
This commit is contained in:
parent
2a87360a0e
commit
94c263669d
2 changed files with 103 additions and 16 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue