Merge branch 'fix_dummy_cmd' into 'master'

/dummy -> admin command

See merge request veloren/veloren!1363
This commit is contained in:
Monty Marz 2020-09-05 15:13:36 +00:00
commit 679c8661ae

View File

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