fix: correct pathing in header

This commit is contained in:
iLPdev 2023-11-19 10:24:22 -08:00 committed by GitHub
parent 40a4bd0592
commit ae17e21fab
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: # 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`
# #