Whitespace formatting MULTISESSION_MODE comments

This commit is contained in:
BlauFeuer 2018-01-19 01:57:48 -05:00 committed by GitHub
parent 3bdb0cd2ca
commit 7f9fad5594

View file

@ -545,8 +545,8 @@ INLINEFUNC_MODULES = ["evennia.utils.inlinefuncs",
# 3 - like mode 2, except multiple sessions can puppet one character, each # 3 - like mode 2, except multiple sessions can puppet one character, each
# session getting the same data. # session getting the same data.
MULTISESSION_MODE = 0 MULTISESSION_MODE = 0
# The maximum number of characters allowed for MULTISESSION_MODE 2,3. This is # The maximum number of characters allowed for MULTISESSION_MODE 2, 3.
# checked by the default ooc char-creation command. Forced to 1 for # This is checked by the default ooc char-creation command. Forced to 1 for
# MULTISESSION_MODE 0 and 1. # MULTISESSION_MODE 0 and 1.
MAX_NR_CHARACTERS = 1 MAX_NR_CHARACTERS = 1
# The access hierarchy, in climbing order. A higher permission in the # The access hierarchy, in climbing order. A higher permission in the