Move clientMainLoop to mixins

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
Tomas Slusny
2018-06-22 19:53:35 -04:00
committed by Adam
parent 7437da1237
commit 486c8c985a
3 changed files with 13 additions and 1 deletions
@@ -93,7 +93,7 @@ public class Hooks
private static long lastCheck;
private static boolean shouldProcessGameTick;
public static void clientMainLoop(Client client, boolean arg1)
public static void clientMainLoop()
{
if (shouldProcessGameTick)
{