Delay Anticheat enable in Clans
This ensure the anticheat has registered GameStartEvent before we fire it
This commit is contained in:
parent
72ddfd5d85
commit
5365f1269f
@ -132,7 +132,7 @@ public class Clans extends JavaPlugin
|
|||||||
|
|
||||||
AntiHack antiHack = require(AntiHack.class);
|
AntiHack antiHack = require(AntiHack.class);
|
||||||
antiHack.setKick(false);
|
antiHack.setKick(false);
|
||||||
antiHack.enableNewAnticheat();
|
Bukkit.getScheduler().runTask(this, antiHack::enableNewAnticheat);
|
||||||
|
|
||||||
{
|
{
|
||||||
// West Shop
|
// West Shop
|
||||||
|
Loading…
Reference in New Issue
Block a user