Fixed path for core protocol in mumbleping

This commit is contained in:
Adam Snodgrass 2014-09-09 08:05:53 -05:00
parent a9d0c38b70
commit 728dbef562
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';