No longer need to call setup() directly in ProtocolLibService constructor

This commit is contained in:
ljacqu 2016-07-09 09:25:36 +02:00
parent aa6fe3e874
commit faddb3ffac

View File

@ -33,7 +33,6 @@ public class ProtocolLibService implements SettingsDependent {
this.bukkitService = bukkitService;
this.playerCache = playerCache;
reload(settings);
setup();
}
/**