mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-18 09:40:38 +01:00
Merge pull request #7 from overra/patch-1
Fixed path for core protocol in mumbleping
This commit is contained in:
commit
5603eaa0e2
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
var async = require('async');
|
var async = require('async');
|
||||||
|
|
||||||
module.exports = require('./protocols/core').extend({
|
module.exports = require('./core').extend({
|
||||||
init: function() {
|
init: function() {
|
||||||
this._super();
|
this._super();
|
||||||
this.byteorder = 'be';
|
this.byteorder = 'be';
|
||||||
|
|
Loading…
Reference in a new issue