-
-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Description
As of writing; the ability for coremods to access properties is broken due to the method of boolean conversion.
It currently uses Boolean.getBoolean which reads the given string as a property name and the looks at what the value of that property is. To make a flag "flag" be true pass `-Dcoremod.flag=true -Dtrue=true'
Responsible line:
| return Boolean.getBoolean(System.getProperty("coremod."+propertyName, "TRUE")); |
Metadata
Metadata
Assignees
Labels
No labels