mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-23 04:32:50 -04:00
add /os map texturepack alias for /os map texturezip
This commit is contained in:
parent
de289baac5
commit
e2b89579a8
@ -128,7 +128,7 @@ namespace MCGalaxy.Commands.World {
|
||||
} else {
|
||||
Command.all.FindByName("Texture").Use(p, "level " + value);
|
||||
}
|
||||
} else if (cmd == "TEXTUREZIP") {
|
||||
} else if (cmd == "TEXTUREZIP" || cmd == "TEXTUREPACK") {
|
||||
if (value.Length == 0) {
|
||||
Command.all.FindByName("Texture").Use(p, "levelzip normal");
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user