From b431af2c68753c5ad91497b0d1e1fff6b6f217e2 Mon Sep 17 00:00:00 2001 From: Julian Date: Thu, 9 Feb 2023 16:06:52 -0500 Subject: [PATCH] minor lang adjustment --- Supplier/Commands/AdminCommands.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Supplier/Commands/AdminCommands.cs b/Supplier/Commands/AdminCommands.cs index f9190ec..bbb4999 100644 --- a/Supplier/Commands/AdminCommands.cs +++ b/Supplier/Commands/AdminCommands.cs @@ -57,8 +57,8 @@ public IResult InfChest(string sub = "", int arg = 0) default: { Info("Help commands for /infchest:"); - Info("/infchest add (seconds) - allows the user to create an infinite chest"); - Info("/infchest addbulk (seconds) - allows the user to continuously create infinite chests until /cancel is used"); + Info("/infchest add (ms) - allows the user to create an infinite chest"); + Info("/infchest addbulk (ms) - allows the user to continuously create infinite chests until /cancel is used"); Info("/infchest del - deletes an infinite chest"); Info("/infchest delbulk - deletes infinite chests until /cancel is used"); return Info("/infchest help - shows this help message");