From 00cee1c6002107637c5fc31c68a3da6408c6e4c5 Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Mon, 16 Jan 2023 11:03:51 -0800 Subject: [PATCH] fix numbered list --- docs/guides/modding-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/modding-guide.rst b/docs/guides/modding-guide.rst index 224448cf1..73d9407d6 100644 --- a/docs/guides/modding-guide.rst +++ b/docs/guides/modding-guide.rst @@ -62,7 +62,7 @@ be: 1. ``own-scripts/`` 2. ``dfhack-config/scripts/`` 3. ``save/*/scripts/`` -5. ``hack/scripts/`` +4. ``hack/scripts/`` The structure of the game -------------------------