Fixed wrong case typo which cause malfunction of informplayers feature.

This commit is contained in:
t3hk0d3 2011-07-25 00:38:09 +04:00
parent f5f780f1c3
commit a4c12ba0e5

View File

@ -50,7 +50,7 @@ public class ModifyworldListener implements Listener {
this.registerEvents(plugin);
this.informPlayers = config.getBoolean("informplayers", informPlayers);
this.informPlayers = config.getBoolean("informPlayers", informPlayers);
this.permissionDenied = config.getString("messages.permissionDenied", this.permissionDenied);
}