Skip to content

Commit 67c0f1d

Browse files
committed
Added some gap to the on enable to make it erasy to read
1 parent 25e94ed commit 67c0f1d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Utility Library/src/main/java/org/broken/arrow/utility/library/UtilityLibrary.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ public void onEnable() {
5252
this.menuAPI = new RegisterMenuAPI(this);
5353
this.utilityServices = new UtilityServices(menuAPI, chunkRelevanceTracker);
5454
Bukkit.getPluginManager().registerEvents(new UtilityListener(this.chunkRelevanceTracker), this);
55+
5556
getLogger().log(Level.INFO, "Has started API " + getDescription().getName() + " version= " + getDescription().getVersion());
56-
runnable
57+
5758
Bukkit.getServicesManager().register(UtilityServices.class, this.utilityServices, this, ServicePriority.Normal);
5859
Bukkit.getScheduler().runTaskLater(this, () -> {
5960
ready = true;

0 commit comments

Comments
 (0)