From 728dbef5625fed2d4abb07c54d96e6d3b86f7533 Mon Sep 17 00:00:00 2001 From: Adam Snodgrass Date: Tue, 9 Sep 2014 08:05:53 -0500 Subject: [PATCH] Fixed path for core protocol in mumbleping --- protocols/mumbleping.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/mumbleping.js b/protocols/mumbleping.js index 808f702..acac0b8 100644 --- a/protocols/mumbleping.js +++ b/protocols/mumbleping.js @@ -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';