Skip to content

ModSettings.dependency "variable=value" syntax #21

@nilerr

Description

@nilerr

auto value = depends.substr(equals, depends.length());

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions