Disable Antihack in the staff server

This commit is contained in:
cnr 2016-09-02 02:51:34 -05:00
parent 374142e63f
commit 2bce540c5d
1 changed files with 1 additions and 3 deletions

View File

@ -3,7 +3,6 @@ package mineplex.staffServer;
import com.mojang.authlib.GameProfile; import com.mojang.authlib.GameProfile;
import mineplex.core.account.CoreClientManager; import mineplex.core.account.CoreClientManager;
import mineplex.core.achievement.AchievementManager; import mineplex.core.achievement.AchievementManager;
import mineplex.core.antihack.AntiHack;
import mineplex.core.chat.Chat; import mineplex.core.chat.Chat;
import mineplex.core.command.CommandCenter; import mineplex.core.command.CommandCenter;
import mineplex.core.common.Rank; import mineplex.core.common.Rank;
@ -71,8 +70,7 @@ public class StaffServer extends JavaPlugin
require(PacketHandler.class); require(PacketHandler.class);
require(DisguiseManager.class); require(DisguiseManager.class);
require(AntiHack.class);
new CustomerSupport(this, clientManager, donationManager, new SalesPackageManager(this, clientManager, donationManager, new InventoryManager(this, clientManager), new StatsManager(this, clientManager))); new CustomerSupport(this, clientManager, donationManager, new SalesPackageManager(this, clientManager, donationManager, new InventoryManager(this, clientManager), new StatsManager(this, clientManager)));
//new Password(this, serverStatusManager.getCurrentServerName()); //new Password(this, serverStatusManager.getCurrentServerName());