mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-02-02 12:51:23 +01:00
Comment added.
This commit is contained in:
parent
b669d65b92
commit
f4b109ec3b
@ -142,6 +142,7 @@ public class PermissionUtil {
|
|||||||
}
|
}
|
||||||
// Create change history entry.
|
// Create change history entry.
|
||||||
if (cmdHadPerm) {
|
if (cmdHadPerm) {
|
||||||
|
// TODO: Find (local?) cause of NullPointerException...
|
||||||
changed.add(new CommandProtectionEntry(command, lcLabel, cmdPermName, cmdPerm.getDefault(), command.getPermissionMessage()));
|
changed.add(new CommandProtectionEntry(command, lcLabel, cmdPermName, cmdPerm.getDefault(), command.getPermissionMessage()));
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
Reference in New Issue
Block a user