mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Changed /kit command help message.
This commit is contained in:
parent
c4c97e0d36
commit
66ee4ee4b2
@ -329,7 +329,7 @@ impl ChatCommand {
|
|||||||
ChatCommand::KillNpcs => cmd(vec![], "Kill the NPCs", Admin),
|
ChatCommand::KillNpcs => cmd(vec![], "Kill the NPCs", Admin),
|
||||||
ChatCommand::Kit => cmd(
|
ChatCommand::Kit => cmd(
|
||||||
vec![Integer("kit_number", 3, Required)],
|
vec![Integer("kit_number", 3, Required)],
|
||||||
"Place all combat testing items into your pack.",
|
"Place all combat testing items into your inventory.",
|
||||||
Admin,
|
Admin,
|
||||||
),
|
),
|
||||||
ChatCommand::Lantern => cmd(
|
ChatCommand::Lantern => cmd(
|
||||||
|
Loading…
Reference in New Issue
Block a user