mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-04-27 21:21:41 +00:00
oops
This commit is contained in:
parent
25262156e3
commit
4a71c1f733
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