mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-12 13:53:54 +00:00
Changed /saconfig remove to /saconfig delete to match usage. Fixes #183
This commit is contained in:
@ -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))
|
||||
{
|
||||
|
Reference in New Issue
Block a user