Update client_echo.js

This commit is contained in:
Will Franzen 2015-03-26 10:25:36 -05:00
parent bfc39811e4
commit 7ede9c3dcd

View File

@ -1,4 +1,4 @@
var mc = require('../')
var mc = require('../../')
, states = mc.protocol.states
var client = mc.createClient({
@ -16,4 +16,4 @@ client.on('chat', function(packet) {
if (username === client.username) return;
client.write('chat', {message: msg});
}
});
});