make dummy cmd an admin cmd to avoid exp cheesing and entity spamming

This commit is contained in:
Monty Marz 2020-09-05 16:12:35 +02:00
parent 3c4c178264
commit a70567b644

View File

@ -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",