From ddf8c603416a91bf448e0ec8860887f87453dfc4 Mon Sep 17 00:00:00 2001 From: n0q Date: Tue, 8 Jul 2014 02:21:59 -0400 Subject: [PATCH] Corrected guest_list comment Comment on GUEST_LIST specified 5 guests when the actual list was configured for nine. --- src/settings_default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings_default.py b/src/settings_default.py index 18a66916d..7379a34ac 100644 --- a/src/settings_default.py +++ b/src/settings_default.py @@ -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