mod_settings
mod_settings copied to clipboard
ModSettings.dependency "variable=value" syntax
https://github.com/jackhumbert/mod_settings/blob/46346c78f5a9a5212626ffe75c38b85a4d94b046/src/red4ext/ScriptDefinitions/ScriptProperty.hpp#L108
Shouldn't this be auto value = depends.substr(equals + 1, depends.length())? It seems the value gets registered as '=value' and checks will always fail. The depends string / propertyName doesn't get updated either so it will also contain the '=...' part.