File tree Expand file tree Collapse file tree
NameLayerMain/src/vg/civcraft/mc/namelayer Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 <groupId >vg.civcraft.mc.namelayer</groupId >
77 <artifactId >NameLayer</artifactId >
88 <packaging >jar</packaging >
9- <version >2.8.07 </version >
9+ <version >2.8.08 </version >
1010 <name >NameLayer</name >
1111 <url >https://github.com/Civcraft/NameLayer/</url >
1212
Original file line number Diff line number Diff line change @@ -54,12 +54,12 @@ public void onEnable() {
5454 loadDatabases ();
5555 ClassHandler .Initialize (Bukkit .getServer ());
5656 new NameAPI (new GroupManager (), associations );
57- PermissionType .initialize ();
58- blackList = new BlackList ();
59- groupManagerDao .loadGroupsInvitations ();
60- defaultGroupHandler = new DefaultGroupHandler ();
6157 registerListeners ();
6258 if (loadGroups ){
59+ PermissionType .initialize ();
60+ blackList = new BlackList ();
61+ groupManagerDao .loadGroupsInvitations ();
62+ defaultGroupHandler = new DefaultGroupHandler ();
6363 handle = new CommandHandler ();
6464 handle .registerCommands ();
6565 }
You can’t perform that action at this time.
0 commit comments