mirror of
https://github.com/wassname/GarageServer.IO.git
synced 2026-07-05 17:30:44 +08:00
Progress: Client
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user