Merge pull request #7 from overra/patch-1

Fixed path for core protocol in mumbleping
This commit is contained in:
Michael Morrison 2014-09-13 08:58:34 -05:00
commit 5603eaa0e2
1 changed files with 1 additions and 1 deletions

View File

@ -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';