mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-30 10:05:59 +00:00
Changed /saconfig remove to /saconfig delete to match usage. Fixes #183
This commit is contained in:
parent
70e248202b
commit
16b02e3dec
@ -1,3 +1,3 @@
|
|||||||
#Build Number for ANT. Do not edit!
|
#Build Number for ANT. Do not edit!
|
||||||
#Tue May 13 17:55:47 CEST 2014
|
#Wed May 14 16:21:24 CEST 2014
|
||||||
build.number=846
|
build.number=848
|
||||||
|
@ -170,7 +170,7 @@ public class Command_saconfig extends TFM_Command
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ("remove".equals(args[0]))
|
if ("delete".equals(args[0]))
|
||||||
{
|
{
|
||||||
if (!TFM_AdminList.isSeniorAdmin(sender))
|
if (!TFM_AdminList.isSeniorAdmin(sender))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user