mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-08-04 03:25:51 +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!
|
#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…
Add table
Add a link
Reference in a new issue