mirror of
https://github.com/wassname/GarageServer.IO.git
synced 2026-07-15 01:00:54 +08:00
Progress #3
This commit is contained in:
+3
-2
@@ -49,5 +49,6 @@ garageServer.createGarageServer(sockets,{
|
||||
logging: true,
|
||||
interpolation: true,
|
||||
clientSidePrediction: true,
|
||||
onUpdatePlayerPhysics: gamePhysics.onUpdatePlayerPhysics
|
||||
});
|
||||
onUpdatePlayerPhysics: gamePhysics.onUpdatePlayerPhysics,
|
||||
onUpdateEntityPhysics: gamePhysics.onUpdateEntityPhysics
|
||||
});
|
||||
Reference in New Issue
Block a user