mirror of
https://github.com/wassname/GarageServer.IO.git
synced 2026-07-11 00:30:08 +08:00
Resolves #23
This commit is contained in:
@@ -18,6 +18,7 @@ Player.prototype.setRegion = function (region) {
|
||||
|
||||
Player.prototype.addState = function (state, executionTime) {
|
||||
this.addHistory(state, executionTime);
|
||||
this.state = state;
|
||||
this.sequence += this.inputs.length;
|
||||
this.inputs = [];
|
||||
};
|
||||
Reference in New Issue
Block a user