mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Give /dropall to mods again
This commit is contained in:
parent
d6a17366f1
commit
dab058740b
@ -554,9 +554,11 @@ impl ServerChatCommand {
|
||||
"Disconnects all players from the server",
|
||||
Some(Admin),
|
||||
),
|
||||
ServerChatCommand::DropAll => {
|
||||
cmd(vec![], "Drops all your items on the ground", Some(Admin))
|
||||
},
|
||||
ServerChatCommand::DropAll => cmd(
|
||||
vec![],
|
||||
"Drops all your items on the ground",
|
||||
Some(Moderator),
|
||||
),
|
||||
ServerChatCommand::Dummy => cmd(vec![], "Spawns a training dummy", Some(Admin)),
|
||||
ServerChatCommand::Explosion => cmd(
|
||||
vec![Float("radius", 5.0, Required)],
|
||||
|
Loading…
Reference in New Issue
Block a user