mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-24 05:03:34 -04:00
Fix /xmodel without args changing your own model to '-own'
This commit is contained in:
parent
8a87cb977f
commit
9d472c83bd
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user