if you say it, do it!

This commit is contained in:
aPunch 2012-01-18 04:37:09 -06:00
parent 4503a6dce8
commit 28870818ba
1 changed files with 3 additions and 1 deletions

View File

@ -36,8 +36,10 @@ public class Citizens extends JavaPlugin {
public void run() {
setupNPCs();
}
}, 100) == -1)
}, 100) == -1) {
Messaging.log("Issue enabling plugin. Disabling.");
getServer().getPluginManager().disablePlugin(this);
}
}
private void setupNPCs() {