mirror of
https://github.com/evennia/evennia.git
synced 2026-04-04 15:07:16 +02:00
Added validation for the TRUECOLOR option to support manual toggling.
This commit is contained in:
parent
aa9ed83a26
commit
686e819580
1 changed files with 1 additions and 0 deletions
|
|
@ -665,6 +665,7 @@ class CmdOption(COMMAND_DEFAULT_CLASS):
|
|||
"INPUTDEBUG": validate_bool,
|
||||
"FORCEDENDLINE": validate_bool,
|
||||
"LOCALECHO": validate_bool,
|
||||
"TRUECOLOR": validate_bool
|
||||
}
|
||||
|
||||
name = self.lhs.upper()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue