Remove last mis-spelling of BASE_BATCHPROCESS_PATH. REsolve #3288

This commit is contained in:
Griatch 2023-11-23 20:41:31 +01:00
parent 8872e00001
commit 42c9d356d7

View file

@ -1255,7 +1255,7 @@ A batchcode file is a valid Python module. The only difference is that it has a
# #
# First add mygame/server/conf/settings.py: # First add mygame/server/conf/settings.py:
# #
# BASE_BATCH_PROCESS_PATHS += ["evadventure.batchscripts"] # BASE_BATCHPROCESS_PATHS += ["evadventure.batchscripts"]
# #
# Run from in-game as `batchcode turnbased_combat_demo` # Run from in-game as `batchcode turnbased_combat_demo`
# #