Corrected guest_list comment
Comment on GUEST_LIST specified 5 guests when the actual list was configured for nine.
This commit is contained in:
parent
e47b2b83b1
commit
ddf8c60341
1 changed files with 1 additions and 1 deletions
|
|
@ -318,7 +318,7 @@ START_LOCATION = "#2"
|
|||
GUEST_START_LOCATION = "#2"
|
||||
# The naming convention for guest players/characters. The size of this list
|
||||
# also detemines how many guests may be on the game at once. The default is
|
||||
# a maximum of five guests, named Guest1 through Guest5.
|
||||
# a maximum of nine guests, named Guest1 through Guest9.
|
||||
GUEST_LIST = ["Guest" + str(s+1) for s in range(9)]
|
||||
# Lookups of Attributes, Tags, Nicks, Aliases can be aggressively
|
||||
# cached to avoid repeated database hits. This often gives noticeable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue