From 16b02e3decf4adbbd9bdd3d1ca1daff4243154f7 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 14 May 2014 16:22:56 +0200 Subject: [PATCH] Changed /saconfig remove to /saconfig delete to match usage. Fixes #183 --- buildnumber.properties | 4 ++-- .../TotalFreedomMod/Commands/Command_saconfig.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/buildnumber.properties b/buildnumber.properties index e7168f68..2a65be6a 100644 --- a/buildnumber.properties +++ b/buildnumber.properties @@ -1,3 +1,3 @@ #Build Number for ANT. Do not edit! -#Tue May 13 17:55:47 CEST 2014 -build.number=846 +#Wed May 14 16:21:24 CEST 2014 +build.number=848 diff --git a/src/me/StevenLawson/TotalFreedomMod/Commands/Command_saconfig.java b/src/me/StevenLawson/TotalFreedomMod/Commands/Command_saconfig.java index 6566ae9d..b68a4da2 100644 --- a/src/me/StevenLawson/TotalFreedomMod/Commands/Command_saconfig.java +++ b/src/me/StevenLawson/TotalFreedomMod/Commands/Command_saconfig.java @@ -170,7 +170,7 @@ public class Command_saconfig extends TFM_Command return true; } - if ("remove".equals(args[0])) + if ("delete".equals(args[0])) { if (!TFM_AdminList.isSeniorAdmin(sender)) {