diff --git a/common/src/cmd.rs b/common/src/cmd.rs index 7e3194c4a6..0a45d7cb91 100644 --- a/common/src/cmd.rs +++ b/common/src/cmd.rs @@ -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",