From 80faec145232de5280f3372ff3367413682ab6ef Mon Sep 17 00:00:00 2001 From: Appability Date: Sun, 13 Nov 2022 00:02:52 -0800 Subject: tiny fixes --- src/main/kotlin/com/ambientaddons/commands/SalvageCommand.kt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/main/kotlin/com/ambientaddons/commands/SalvageCommand.kt b/src/main/kotlin/com/ambientaddons/commands/SalvageCommand.kt index d5390b4..5e86757 100644 --- a/src/main/kotlin/com/ambientaddons/commands/SalvageCommand.kt +++ b/src/main/kotlin/com/ambientaddons/commands/SalvageCommand.kt @@ -47,10 +47,10 @@ object SalvageCommand { UChat.chat(""" ${Chat.getChatBreak()} §b§lUsage: - §a/ambient salvage auto §eto always salvage an item. - §a/ambient salvage allow §eto allow salvaging an item. - §a/ambient salvage block §eto block salvaging an item. - §a/ambient salvage remove §eto remove an item. + §a/ambient salvage auto §eto always salvage item. + §a/ambient salvage allow §eto allow salvaging item. + §a/ambient salvage block §eto block salvaging item. + §a/ambient salvage remove §eto removet item. §a/ambient salvage list §eto view current salvage list. §b§lNotes: -- cgit