diff --git a/client/garageserver.io.js b/client/garageserver.io.js index 6c63040..54e5daa 100644 --- a/client/garageserver.io.js +++ b/client/garageserver.io.js @@ -226,7 +226,7 @@ window.GarageServerIO = (function (window, socketio) { if (_options.clientSidePrediction && _options.onUpdatePlayerPhysics) { _stateController.state = _options.onUpdatePlayerPhysics(_stateController.state, [{ input: clientInput }]); } - _socket.emit('input', { input: clientInput, seq: _inputController.sequenceNumber }); + _socket.emit('input', { input: clientInput, seq: _inputController.sequenceNumber, time: _stateController.time }); }, updateState = function (data) {