mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
initial commit
This commit is contained in:
commit
8552d0674f
14 changed files with 907 additions and 0 deletions
7
protocols/minecraft.js
Normal file
7
protocols/minecraft.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
module.exports = require('./gamespy3').extend({
|
||||
init: function() {
|
||||
this._super();
|
||||
this.maxAttempts = 2;
|
||||
this.port = 25565;
|
||||
}
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue