From 66ee4ee4b2641c29154137fa8a4c5c385e70571c Mon Sep 17 00:00:00 2001 From: Scott Williams Date: Fri, 26 Mar 2021 15:35:58 +0000 Subject: [PATCH] Changed /kit command help message. --- common/src/cmd.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/cmd.rs b/common/src/cmd.rs index 2a3c85d79b..651a945d88 100644 --- a/common/src/cmd.rs +++ b/common/src/cmd.rs @@ -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(