Cleanup and minor namespace change

This commit is contained in:
Jeremiah Billmann
2013-07-11 21:11:32 -05:00
parent 21b6c1a218
commit 2ca0208fb0
5 changed files with 21 additions and 16 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ function GarageServerGame(options) {
this.playerController = new playerController();
this.entityController = new entityController();
this.options = options;
this.startTime;
this.startTime = 0;
this.stateInterval = options.stateInterval ? options.stateInterval : 45;
this.stateIntervalId = 0;
}