Add world and group name rewriting, refactor configs
This commit is contained in:
@@ -50,7 +50,7 @@ public class LogEntry extends me.lucko.luckperms.api.LogEntry {
|
||||
plugin.getDatastore().logAction(this);
|
||||
|
||||
LogNotifyEvent event = new LogNotifyEvent(this);
|
||||
event.setCancelled(!plugin.getConfiguration().getLogNotify());
|
||||
event.setCancelled(!plugin.getConfiguration().isLogNotify());
|
||||
plugin.getApiProvider().fireEvent(event);
|
||||
if (event.isCancelled()) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user