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