mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00:00
Fixed path for core protocol in mumbleping
This commit is contained in:
parent
a9d0c38b70
commit
728dbef562
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…
Add table
Add a link
Reference in a new issue