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:
@ -201,7 +201,7 @@ impl ChatCommand {
|
|||||||
"Prints some debug information about a column",
|
"Prints some debug information about a column",
|
||||||
NoAdmin,
|
NoAdmin,
|
||||||
),
|
),
|
||||||
ChatCommand::Dummy => cmd(vec![], "Spawns a training dummy", NoAdmin),
|
ChatCommand::Dummy => cmd(vec![], "Spawns a training dummy", Admin),
|
||||||
ChatCommand::Explosion => cmd(
|
ChatCommand::Explosion => cmd(
|
||||||
vec![Float("radius", 5.0, Required)],
|
vec![Float("radius", 5.0, Required)],
|
||||||
"Explodes the ground around you",
|
"Explodes the ground around you",
|
||||||
|
Reference in New Issue
Block a user