mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Made /alias moderator-only
This commit is contained in:
parent
96cbf60c3f
commit
0067cea560
@ -295,7 +295,11 @@ impl ChatCommand {
|
||||
"Spawns an airship",
|
||||
Some(Admin),
|
||||
),
|
||||
ChatCommand::Alias => cmd(vec![Any("name", Required)], "Change your alias", None),
|
||||
ChatCommand::Alias => cmd(
|
||||
vec![Any("name", Required)],
|
||||
"Change your alias",
|
||||
Some(Moderator),
|
||||
),
|
||||
ChatCommand::ApplyBuff => cmd(
|
||||
vec![
|
||||
Enum("buff", BUFFS.clone(), Required),
|
||||
|
Loading…
Reference in New Issue
Block a user