Comment added.

This commit is contained in:
asofold 2014-06-04 21:54:13 +02:00
parent b669d65b92
commit f4b109ec3b

View File

@ -142,6 +142,7 @@ public class PermissionUtil {
}
// Create change history entry.
if (cmdHadPerm) {
// TODO: Find (local?) cause of NullPointerException...
changed.add(new CommandProtectionEntry(command, lcLabel, cmdPermName, cmdPerm.getDefault(), command.getPermissionMessage()));
}
else {