mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-03 07:55:30 +00:00
small fixes, error handling
This commit is contained in:
@@ -224,7 +224,7 @@ public class CommandLineArgumentParser {
|
||||
if (key.toLowerCase().equals(item.getName().toLowerCase())) {
|
||||
Boolean bValue = parseBooleanConfigValue(value);
|
||||
if (bValue != null) {
|
||||
System.out.println("Config " + item + " set to " + bValue);
|
||||
System.out.println("Config " + item.getName() + " set to " + bValue);
|
||||
item.set(bValue);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user