From 059ee853a27581b424a0441b5f326f1894bc6b9e Mon Sep 17 00:00:00 2001 From: RandomityGuy <31925790+RandomityGuy@users.noreply.github.com> Date: Sat, 25 May 2024 22:34:18 +0530 Subject: [PATCH] oops --- src/ProfilerUI.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ProfilerUI.hx b/src/ProfilerUI.hx index 5c4495e3..12c4b9a8 100644 --- a/src/ProfilerUI.hx +++ b/src/ProfilerUI.hx @@ -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'