12.4_dev-1

This commit is contained in:
2022-07-07 06:54:15 +02:00
parent c92e36163e
commit df22ddd9d2
2 changed files with 3 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ public class Tab {
}
private static Boolean passend(String command, String arg) {
public static Boolean passend(String command, String arg) {
for (int i = 0; i < arg.toUpperCase().length(); i++) {
if (arg.toUpperCase().length() >= command.toUpperCase().length()) {
return false;