mirror of
https://github.com/wassname/GarageServer.IO.git
synced 2026-07-12 00:40:09 +08:00
Loop short circuit fix
This commit is contained in:
@@ -80,6 +80,7 @@ GarageServerGame.prototype.setPlayerState = function (client, state) {
|
||||
player.sequence += 1;
|
||||
player.inputs = [];
|
||||
}
|
||||
return;
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user