mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2024-12-22 22:04:57 +00:00
Change saconfig delete to saconfig remove
it sounds better + i keep typing remove instead of delete
This commit is contained in:
parent
c2153c392f
commit
8a41c06e3e
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ public class Command_saconfig extends FreedomCommand {
|
|||
|
||||
break;
|
||||
}
|
||||
case DELETE:
|
||||
case REMOVE:
|
||||
{
|
||||
String targetName = args[1];
|
||||
|
||||
|
|
Loading…
Reference in a new issue