Move clientMainLoop to mixins

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
Tomas Slusny
2018-06-22 11:22:02 +02:00
committed by Adam
parent 7437da1237
commit 486c8c985a
3 changed files with 13 additions and 1 deletions

View File

@@ -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)
{