added tetris to translation file

This commit is contained in:
2024-10-22 17:16:26 +02:00
parent 8594f8029c
commit c9d00f4f77
2 changed files with 6 additions and 1 deletions

View File

@ -27,6 +27,7 @@ public class PrivilegedCommand extends Command {
}
protected CommandCondition isPrivileged() {
//TODO
// return (sender, commandString) -> sender.hasPermission("admin");
return (sender, commandString) -> true;
}