mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
make dummy cmd an admin cmd to avoid exp cheesing and entity spamming
This commit is contained in:
parent
3c4c178264
commit
a70567b644
@ -201,7 +201,7 @@ impl ChatCommand {
|
||||
"Prints some debug information about a column",
|
||||
NoAdmin,
|
||||
),
|
||||
ChatCommand::Dummy => cmd(vec![], "Spawns a training dummy", NoAdmin),
|
||||
ChatCommand::Dummy => cmd(vec![], "Spawns a training dummy", Admin),
|
||||
ChatCommand::Explosion => cmd(
|
||||
vec![Float("radius", 5.0, Required)],
|
||||
"Explodes the ground around you",
|
||||
|
Loading…
Reference in New Issue
Block a user