develop-anvilRun #1
| @@ -27,8 +27,7 @@ public class PrivilegedCommand extends Command { | ||||
|     } | ||||
|  | ||||
|     protected CommandCondition isPrivileged() { | ||||
| //        return (sender, commandString) -> sender.hasPermission("admin"); | ||||
|         return (sender, commandString) -> true; | ||||
|         return (sender, commandString) -> sender.hasPermission("admin"); | ||||
|     } | ||||
|  | ||||
|     protected void addCondition(CommandCondition condition) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user