mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-18 09:35:50 +00:00
Fix watchdog being called when sa:mp player query times out Fixes #23
This commit is contained in:
parent
9c785bcda0
commit
54851c1a35
2 changed files with 2 additions and 1 deletions
|
|
@ -48,6 +48,7 @@ module.exports = require('./core').extend({
|
|||
for(var i = 0; i < state.raw.numplayers; i++) {
|
||||
state.players.push({});
|
||||
}
|
||||
c();
|
||||
});
|
||||
},
|
||||
function(c) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue