mirror of
https://github.com/PEXPlugins/Modifyworld.git
synced 2024-11-16 10:35:32 +01:00
Merge pull request #15 from TheNoid/patch-1
Removed return statement causing Modifyworld to not save a default confi...
This commit is contained in:
commit
994b38ab5b
@ -73,7 +73,6 @@ public class Modifyworld extends JavaPlugin {
|
||||
} else {
|
||||
logger.info("[Modifyworld] Modifyworld disabled. Check config.yml!");
|
||||
this.getPluginLoader().disablePlugin(this);
|
||||
return;
|
||||
}
|
||||
|
||||
this.saveConfig();
|
||||
|
Loading…
Reference in New Issue
Block a user