Delay Anticheat enable in Clans

This ensure the anticheat has registered GameStartEvent before we fire
it
This commit is contained in:
cnr 2016-08-18 20:46:24 -05:00
parent 72ddfd5d85
commit 5365f1269f

View File

@ -132,7 +132,7 @@ public class Clans extends JavaPlugin
AntiHack antiHack = require(AntiHack.class);
antiHack.setKick(false);
antiHack.enableNewAnticheat();
Bukkit.getScheduler().runTask(this, antiHack::enableNewAnticheat);
{
// West Shop