Change saconfig delete to saconfig remove

it sounds better + i keep typing remove instead of delete
This commit is contained in:
ginlang 2022-03-22 16:44:51 +00:00 committed by GitHub
parent c2153c392f
commit 8a41c06e3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -155,7 +155,7 @@ public class Command_saconfig extends FreedomCommand {
break; break;
} }
case DELETE: case REMOVE:
{ {
String targetName = args[1]; String targetName = args[1];