add /os map texturepack alias for /os map texturezip

This commit is contained in:
UnknownShadow200 2017-12-22 20:51:37 +11:00
parent de289baac5
commit e2b89579a8

View File

@ -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 {