From ce41753cde6fdd917420698927ec0e507fcaefc3 Mon Sep 17 00:00:00 2001 From: InspectorCaracal Date: Thu, 25 Aug 2022 12:07:49 -0600 Subject: [PATCH] clarify multisession mode --- evennia/contrib/base_systems/character_creator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/contrib/base_systems/character_creator/README.md b/evennia/contrib/base_systems/character_creator/README.md index f45f957b82..9807f3a0f1 100644 --- a/evennia/contrib/base_systems/character_creator/README.md +++ b/evennia/contrib/base_systems/character_creator/README.md @@ -1,7 +1,7 @@ # Character Creator contrib by InspectorCaracal -This contrib is designed to be used in MULTISESSION_MODE = 2 or higher, where characters are not automatically created to match the account. +This contrib is designed to be used in MULTISESSION_MODE = 2 or higher, where characters are not automatically created to match the account. To use this with lower modes, you'll need to implement your own solution for preventing the built-in automatic character creation. ## Installation