mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
Add mumble support
This commit is contained in:
parent
16ef96fccf
commit
c5abf7aa07
5 changed files with 92 additions and 5 deletions
|
|
@ -3,7 +3,7 @@ var async = require('async');
|
|||
module.exports = require('./protocols/core').extend({
|
||||
init: function() {
|
||||
this._super();
|
||||
this.pretty = 'Teamspeak 2';
|
||||
this.pretty = 'Teamspeak 3';
|
||||
this.options.port = 9987;
|
||||
this.options.master_port = 10011;
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue