Fixes for #9 #10 and #11

This commit is contained in:
Jeremiah Billmann
2013-07-03 17:03:52 -04:00
parent c3c2567c1b
commit b1e4e7a52e
7 changed files with 97 additions and 84 deletions
+1 -1
View File
@@ -47,5 +47,5 @@ sockets.set('log level', 0);
garageServer.createGarageServer(sockets,{
logging: true,
onUpdatePlayerPhysics: gamePhysics.OnProcessGamePhysics
onUpdatePlayerPhysics: gamePhysics.onUpdatePlayerPhysics
});