Skip to content

Commit

Permalink
Quickfix: Error on start if pluginfolder not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
arboriginal committed Dec 14, 2018
1 parent 1b60cc9 commit 65e4206
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/me/arboriginal/SimpleCompass/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ public class Main extends JavaPlugin {

@Override
public void onEnable() {
reloadConfig();

udm = new SimpleCompassUsersDatas(this);
scm = new SimpleCompassManager(this);

reloadConfig();

getServer().getPluginManager().registerEvents(new SimpleCompassListener(this), this);
getCommand("scompass-option").setExecutor(new SimpleCompassCommand(this));

Expand Down

0 comments on commit 65e4206

Please sign in to comment.