mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-02 08:54:53 +00:00
export pcode&hex from command line fixed
This commit is contained in:
@@ -1259,7 +1259,7 @@ public class CommandLineArgumentParser {
|
||||
return vals[0];
|
||||
}
|
||||
for (E e : vals) {
|
||||
if (e.toString().toLowerCase().equals(str.toLowerCase())) {
|
||||
if (e.toString().toLowerCase().replace("_", "").equals(str.toLowerCase().replace("_", ""))) {
|
||||
return e;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user