mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-22 12:05:51 -04:00
Fix ZEdit alias
This commit is contained in:
parent
fdfdfb4fe1
commit
87b8441037
@ -32,7 +32,7 @@ namespace MCGalaxy.Commands.Moderation {
|
||||
public override LevelPermission defaultRank { get { return LevelPermission.Operator; } }
|
||||
public override CommandAlias[] Aliases {
|
||||
get { return new[] { new CommandAlias("ZRemove", "del"), new CommandAlias("ZDelete", "del"),
|
||||
new CommandAlias("ZAdd"), new CommandAlias("ZEdit", "edit") }; }
|
||||
new CommandAlias("ZAdd"), new CommandAlias("ZEdit", "perbuild") }; }
|
||||
}
|
||||
|
||||
public override void Use(Player p, string message, CommandData data) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user