12.4_dev-1
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user