From e2b89579a8ca3e59fce101393f33530d61ae70cb Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Fri, 22 Dec 2017 20:51:37 +1100 Subject: [PATCH] add /os map texturepack alias for /os map texturezip --- MCGalaxy/Commands/World/CmdOverseer.SubCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {