mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 17:25:19 +01:00
Fix default ports
This commit is contained in:
parent
4c1c8be8f1
commit
cb5e47aebe
1 changed files with 0 additions and 1 deletions
1
index.js
1
index.js
|
@ -31,7 +31,6 @@ module.exports = {
|
|||
query.type = type;
|
||||
|
||||
// copy over options
|
||||
query.options = {};
|
||||
for(var i in options) query.options[i] = options[i];
|
||||
|
||||
activeQueries.push(query);
|
||||
|
|
Loading…
Reference in a new issue