mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 13:37:17 +02:00
Comment update to CmdHelp
CmdHELP --> CmdHelp
This commit is contained in:
parent
fdc674e081
commit
15d480bdf6
1 changed files with 1 additions and 1 deletions
|
|
@ -496,7 +496,7 @@ PERMISSION_PLAYER_DEFAULT = "Players"
|
|||
CLIENT_DEFAULT_WIDTH = 78
|
||||
# telnet standard height is 24; does anyone use such low-res displays anymore?
|
||||
CLIENT_DEFAULT_HEIGHT = 45
|
||||
# Help output from CmdHELP are wrapped in an EvMore call
|
||||
# Help output from CmdHelp are wrapped in an EvMore call
|
||||
# (excluding webclient with separate help popups). If continuous scroll
|
||||
# is preferred, change 'HELP_MORE' to False. EvMORE uses CLIENT_DEFAULT_HEIGHT
|
||||
HELP_MORE = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue