mirror of
https://github.com/wassname/GarageServer.IO.git
synced 2026-07-24 12:50:31 +08:00
Corrected typo
This commit is contained in:
@@ -37,7 +37,7 @@ options = {
|
||||
onPing(callback(pingDelay)),
|
||||
onUpdatePlayerPhysics(callback(state, inputs, deltaTime)),
|
||||
onInterpolation(callback(previousState, targetState, amount)),
|
||||
onReady(callback,
|
||||
onReady(callback),
|
||||
logging: true
|
||||
}
|
||||
```
|
||||
|
||||
@@ -12,7 +12,7 @@ options = {
|
||||
onPing(callback(pingDelay)),
|
||||
onUpdatePlayerPhysics(callback(state, inputs, deltaTime)),
|
||||
onInterpolation(callback(previousState, targetState, amount)),
|
||||
onReady(callback,
|
||||
onReady(callback),
|
||||
logging: true
|
||||
}
|
||||
api methods
|
||||
|
||||
Reference in New Issue
Block a user