Merge pull request #3333 from iLPdev/patch-8

fix: correct pathing in header
This commit is contained in:
Griatch 2023-11-23 18:50:02 +01:00 committed by GitHub
commit 85f1b54064
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
#
# 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`
#