mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-25 19:35:09 +00:00
fix
This commit is contained in:
@@ -336,7 +336,7 @@ public class AdvancedSettingsDialog extends AppDialog {
|
||||
locName = resourceBundle.getString("config.name." + name);
|
||||
} else { //if it is undocumented, then it must have ConfigurationInternal annotation
|
||||
Field f = fields.get(name);
|
||||
if (ConfigurationItem.isInternal(f)) {
|
||||
if (!ConfigurationItem.isInternal(f)) {
|
||||
throw new RuntimeException("Missing configuration name: " + name);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user