This commit is contained in:
Jeremiah Billmann
2013-07-14 11:22:25 -04:00
parent 710f33a753
commit 0f7e2ddcee
2 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ GarageServer.prototype.removeEntity = function (id) {
};
GarageServer.prototype.updateEntityState = function (id, state) {
this.game.updateEntityState(id, state);
};
GarageServer.prototype.getEntities = function () {