mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'fix_dummy_cmd' into 'master'
/dummy -> admin command See merge request veloren/veloren!1363
This commit is contained in:
commit
679c8661ae
@ -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