mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-12-25 01:57:48 +01:00
No longer need to call setup() directly in ProtocolLibService constructor
This commit is contained in:
parent
aa6fe3e874
commit
faddb3ffac
@ -33,7 +33,6 @@ public class ProtocolLibService implements SettingsDependent {
|
|||||||
this.bukkitService = bukkitService;
|
this.bukkitService = bukkitService;
|
||||||
this.playerCache = playerCache;
|
this.playerCache = playerCache;
|
||||||
reload(settings);
|
reload(settings);
|
||||||
setup();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user