mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2025-02-12 00:00:09 +00:00
Changed /saconfig remove to /saconfig delete to match usage. Fixes #183
This commit is contained in:
parent
70e248202b
commit
16b02e3dec
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue