diff --git a/MCGalaxy/Commands/CPE/CustomBlockCommand.cs b/MCGalaxy/Commands/CPE/CustomBlockCommand.cs index a851cd323..d67b4b24f 100644 --- a/MCGalaxy/Commands/CPE/CustomBlockCommand.cs +++ b/MCGalaxy/Commands/CPE/CustomBlockCommand.cs @@ -414,7 +414,7 @@ namespace MCGalaxy.Commands.CPE { case "order": int order = 0; - if (!CommandParser.GetInt(p, value, "Inventory order", ref order, 1, 256)) { + if (!CommandParser.GetInt(p, value, "Inventory order", ref order, 1, 255)) { SendEditHelp(p, arg); return; }