mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-05-04 00:21:37 +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
|
if (Net.isClient
|
||||||
&& lastSentMove != null
|
&& lastSentMove != 0
|
||||||
&& @:privateAccess MarbleGame.instance.world.lastMoves != null
|
&& @:privateAccess MarbleGame.instance.world.lastMoves != null
|
||||||
&& @:privateAccess MarbleGame.instance.world.lastMoves.myMarbleUpdate != null) {
|
&& @:privateAccess MarbleGame.instance.world.lastMoves.myMarbleUpdate != null) {
|
||||||
instance.networkStats.text = 'Client World Ticks: ${MarbleGame.instance.world.timeState.ticks}\n'
|
instance.networkStats.text = 'Client World Ticks: ${MarbleGame.instance.world.timeState.ticks}\n'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue