Loop short circuit fix

This commit is contained in:
Jeremiah Billmann
2013-06-27 21:17:30 -04:00
parent 1ae07178cb
commit a7d961f53f
+1
View File
@@ -80,6 +80,7 @@ GarageServerGame.prototype.setPlayerState = function (client, state) {
player.sequence += 1;
player.inputs = [];
}
return;
});
};