Progress: Client

This commit is contained in:
Jeremiah Billmann
2013-05-24 22:21:43 -04:00
parent dd688fa3f5
commit a9f92adf60
+1 -1
View File
@@ -19,7 +19,7 @@ GarageServer.prototype.registerSocketEvents = function (options) {
});
socket.on('input', function (input) {
console.log('garageserver.io:: socket input');
console.log('garageserver.io:: socket input ' + input);
self.onPlayerInput(socket, input, options);
});