mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
oops
This commit is contained in:
parent
2cf5745a59
commit
059ee853a2
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ class ProfilerUI {
|
|||
}
|
||||
|
||||
if (Net.isClient
|
||||
&& lastSentMove != null
|
||||
&& lastSentMove != 0
|
||||
&& @:privateAccess MarbleGame.instance.world.lastMoves != null
|
||||
&& @:privateAccess MarbleGame.instance.world.lastMoves.myMarbleUpdate != null) {
|
||||
instance.networkStats.text = 'Client World Ticks: ${MarbleGame.instance.world.timeState.ticks}\n'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue