12.4_dev-1
This commit is contained in:
parent
c92e36163e
commit
df22ddd9d2
4
pom.xml
4
pom.xml
@ -4,8 +4,8 @@
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<version>12.3</version>
|
||||
<!-- <classifier>dev-#2</classifier> -->
|
||||
<version>12.4_dev-1</version>
|
||||
<!-- <classifier>dev-1</classifier> -->
|
||||
|
||||
<groupId>net.t2code</groupId>
|
||||
<packaging>jar</packaging>
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user