mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-18 01:30:39 +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');
|
||||
|
||||
module.exports = require('./protocols/core').extend({
|
||||
module.exports = require('./core').extend({
|
||||
init: function() {
|
||||
this._super();
|
||||
this.byteorder = 'be';
|
||||
|
|
Loading…
Reference in a new issue