Merge pull request #15 from TheNoid/patch-1

Removed return statement causing Modifyworld to not save a default confi...
This commit is contained in:
Dion Williams 2012-02-25 13:33:07 -08:00
commit 994b38ab5b

View File

@ -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();