Skip to content

Commit

Permalink
erst laden, dann speicher scheduler initialisieren, sonnst kanns die …
Browse files Browse the repository at this point in the history
…daten gleich am anfang löschen
  • Loading branch information
TTTheKing committed Feb 2, 2014
1 parent 972f997 commit c27846f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/com/dre/managerxl/P.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,14 @@ public void onEnable() {

// Setup Commands
MCommand.initCommands();


// Load
LoadAll();

// Init schedulers
initSchedulers();

// Load
LoadAll();


// Check Dynmap
Plugin dynmapPlugin = Bukkit.getPluginManager().getPlugin("dynmap");
Expand Down

0 comments on commit c27846f

Please sign in to comment.