mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-23 04:32:50 -04:00
255 not 256 max
This commit is contained in:
parent
8863b146aa
commit
e95672c824
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user