Fix /xmodel without args changing your own model to '-own'

This commit is contained in:
UnknownShadow200 2017-02-22 17:05:19 +11:00
parent 8a87cb977f
commit 9d472c83bd

View File

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