Fixed Resonant Induction not ticking client side
This commit is contained in:
parent
57f362dff2
commit
59e5c5cf10
1 changed files with 0 additions and 14 deletions
|
@ -153,18 +153,4 @@ public class ResonantInduction
|
||||||
if (!UpdateTicker.INSTANCE.isAlive())
|
if (!UpdateTicker.INSTANCE.isAlive())
|
||||||
UpdateTicker.INSTANCE.start();
|
UpdateTicker.INSTANCE.start();
|
||||||
}
|
}
|
||||||
|
|
||||||
@EventHandler
|
|
||||||
public void serverStarting(FMLServerStartingEvent event)
|
|
||||||
{
|
|
||||||
if (!UpdateTicker.INSTANCE.isAlive())
|
|
||||||
UpdateTicker.INSTANCE.start();
|
|
||||||
UpdateTicker.INSTANCE.pause = false;
|
|
||||||
}
|
|
||||||
|
|
||||||
@EventHandler
|
|
||||||
public void onServerStopping(FMLServerStoppingEvent evt)
|
|
||||||
{
|
|
||||||
UpdateTicker.INSTANCE.pause = true;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue