diff --git a/MCGalaxy/Commands/World/CmdOverseer.SubCommands.cs b/MCGalaxy/Commands/World/CmdOverseer.SubCommands.cs index 94bb47c90..0c420842f 100644 --- a/MCGalaxy/Commands/World/CmdOverseer.SubCommands.cs +++ b/MCGalaxy/Commands/World/CmdOverseer.SubCommands.cs @@ -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 {