added tetris to translation file
This commit is contained in:
parent
8594f8029c
commit
c9d00f4f77
@ -27,6 +27,7 @@ public class PrivilegedCommand extends Command {
|
||||
}
|
||||
|
||||
protected CommandCondition isPrivileged() {
|
||||
//TODO
|
||||
// return (sender, commandString) -> sender.hasPermission("admin");
|
||||
return (sender, commandString) -> true;
|
||||
}
|
||||
|
@ -90,3 +90,7 @@ ns:game_Spleef#;;
|
||||
name;Spleef;Spleef;
|
||||
description;Spleef other players and be the last survivor;Zerstöre Blöcke unter anderen Spielern und sei der letzte im Feld
|
||||
shovelName;Snow thrower;Schneeflug
|
||||
;;
|
||||
ns:game_Tetris#;;
|
||||
name;Tetris;Tetris
|
||||
description;Sort falling blocks and clear lines;Sortiere fallende Blöcke und kläre Linien
|
Can't render this file because it has a wrong number of fields in line 90.
|
Loading…
x
Reference in New Issue
Block a user