This commit is contained in:
parent
c5acbc28ef
commit
7f326710b9
2 changed files with 87 additions and 47 deletions
|
@ -43,6 +43,8 @@ public final class SR extends JavaPlugin {
|
|||
|
||||
PacketEvents.getAPI().init();
|
||||
|
||||
InvUI.getInstance().setPlugin(this);
|
||||
|
||||
SRCore.getInstance()
|
||||
.getManagers()
|
||||
.register(
|
||||
|
@ -60,8 +62,6 @@ public final class SR extends JavaPlugin {
|
|||
TreasureManager.class,
|
||||
BackgroundManager.class,
|
||||
ResourcePackManager.class));
|
||||
|
||||
InvUI.getInstance().setPlugin(this);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue