diff --git a/MCGalaxy/Commands/CPE/CmdModel.cs b/MCGalaxy/Commands/CPE/CmdModel.cs index 3cd0719b2..f0df6d853 100644 --- a/MCGalaxy/Commands/CPE/CmdModel.cs +++ b/MCGalaxy/Commands/CPE/CmdModel.cs @@ -29,7 +29,7 @@ namespace MCGalaxy.Commands.CPE { new CommandPerm(LevelPermission.Operator, "+ can change the model of bots") }; } } public override CommandAlias[] Aliases { - get { return new[] { new CommandAlias("xmodel", "-own") }; } + get { return new[] { new CommandAlias("xmodel") }; } } public override void Use(Player p, string message) {