Skip to content
  • rswindell's avatar
    When parsing boolean key values, if white-space or a semicolon immediately · cceb1fbb
    rswindell authored
    follow the special boolean keywords "True", "Yes", or "On", treat the value as
    a logical true (1). Previously, if the boolean keyword was followed by a
    semicolon (no whitespace separation) or any text with whitespace separation,
    the value would be treated as a logical false (0). The  example sexpots.ini at
    wiki.synchro.net has comments following some "true" values which caused them
    to be interpretted as "false". Bug reported via reddit by FozzTexx.
    cceb1fbb