Allow optional parameter for boolean config options
Some people try to set boolean options in the config file by giving the option a parameter, so allow that: OPTIONS=color:true Allowed parameters are "true", "yes", "false", and "no". Negating an option and giving it a parameter is an error.
This commit is contained in:
@@ -55,6 +55,7 @@ make travel walk up to a trap and stop when the trap blocks the only
|
||||
travel will displace pets rather than stop
|
||||
do not autopickup unpaid items in shops
|
||||
death due an unseen gas spore's explosion resulted in "killed by a died"
|
||||
allow optional parameter "true", "yes", "false", or "no" for boolean options
|
||||
|
||||
|
||||
Platform- and/or Interface-Specific Fixes
|
||||
|
||||
Reference in New Issue
Block a user