mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-22 12:05:51 -04:00
Fix /os map loaddelay displaying wrong max value.
This commit is contained in:
parent
579df6c3ce
commit
a288472af7
@ -149,7 +149,7 @@ namespace MCGalaxy {
|
||||
Player.Message(p, "Load delay cannot go below 0 milliseconds. (default is 0)"); return false;
|
||||
}
|
||||
if (raw > 2000) {
|
||||
Player.Message(p, "Load delay cannot go above 3000 milliseconds."); return false;
|
||||
Player.Message(p, "Load delay cannot go above 2000 milliseconds."); return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user