3
This commit is contained in:
parent
975a87b011
commit
44aabf20ac
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ public class CreateCommand extends SubCommand {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if(widthindex > 3) {
|
if(widthindex > 3) {
|
||||||
sender.sendMessage(ChatColor.DARK_RED + "Arena WidthIndex darf nicht größer als 2 sein");
|
sender.sendMessage(ChatColor.DARK_RED + "Arena WidthIndex darf nicht größer als 3 sein");
|
||||||
sender.sendMessage(ChatColor.DARK_RED + "0 (oder weglassen) = 9*9, 1 = 12*12, 2 = 12*18, 3 = 12*33");
|
sender.sendMessage(ChatColor.DARK_RED + "0 (oder weglassen) = 9*9, 1 = 12*12, 2 = 12*18, 3 = 12*33");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue