@@ -108,7 +108,7 @@ public class HydraPlugin extends Plugin
|
|||||||
@Subscribe
|
@Subscribe
|
||||||
private void onGameTick(GameTick event)
|
private void onGameTick(GameTick event)
|
||||||
{
|
{
|
||||||
if (!inHydraInstance)
|
if (!inHydraInstance || hydra == null)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user