Changed /saconfig remove to /saconfig delete to match usage. Fixes #183

This commit is contained in:
unknown 2014-05-14 16:22:56 +02:00
parent 70e248202b
commit 16b02e3dec
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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))
{