This commit is contained in:
Jeremiah Billmann
2013-07-14 11:37:16 -04:00
parent f9409434bf
commit 4911079981
3 changed files with 12 additions and 4 deletions
+2 -2
View File
@@ -124,8 +124,8 @@ GarageServer.prototype.updatePlayerState = function (id, state) {
this.game.updatePlayerState(id, state);
};
GarageServer.prototype.addEntity = function (id) {
this.game.addEntity(id);
GarageServer.prototype.addEntity = function (id, state) {
this.game.addEntity(id, state);
};
GarageServer.prototype.removeEntity = function (id) {