mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 07:07:33 +00: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…
Add table
Add a link
Reference in a new issue