Fix invalid constructor parameters
This commit is contained in:
parent
9909ffe92c
commit
fc4a12bec3
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user