mirror of
https://github.com/PEXPlugins/Modifyworld.git
synced 2024-11-16 10:35:32 +01:00
Fixed wrong case typo which cause malfunction of informplayers feature.
This commit is contained in:
parent
f5f780f1c3
commit
a4c12ba0e5
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user