Fix invalid constructor parameters

This commit is contained in:
AlexTheCoder 2018-09-05 03:34:06 -05:00
parent 9909ffe92c
commit fc4a12bec3
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ public class NanoGames extends JavaPlugin
new MessageManager(this, incognito, clientManager, preferenceManager, ignoreManager, punish, friendManager, require(Chat.class));
new MemoryFix(this);
new MenuManager(this);
new FileUpdater(this, portal, serverStatusManager.getCurrentServerName(), serverStatusManager.getRegion(), GenericServer.HUB);
new FileUpdater(GenericServer.HUB);
new CustomTagFix(this, packetHandler);
new PacketsInteractionFix(this, packetHandler);