mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fix so one can set NOPROMPTGOAHEAD in options
This commit is contained in:
parent
dddee257a2
commit
ae6d79e57c
1 changed files with 1 additions and 0 deletions
|
|
@ -655,6 +655,7 @@ class CmdOption(COMMAND_DEFAULT_CLASS):
|
|||
"ENCODING": validate_encoding,
|
||||
"MCCP": validate_bool,
|
||||
"NOGOAHEAD": validate_bool,
|
||||
"NOPROMPTGOAHEAD": validate_bool,
|
||||
"MXP": validate_bool,
|
||||
"NOCOLOR": validate_bool,
|
||||
"NOPKEEPALIVE": validate_bool,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue