From 3c3920b86e302de52113d93c5c1e162b29ce495a Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Wed, 12 May 2021 20:57:23 -0400 Subject: clarify common mistake when setting game path --- docs/technical/mod-package.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/technical/mod-package.md') diff --git a/docs/technical/mod-package.md b/docs/technical/mod-package.md index 6d04722c..91da971b 100644 --- a/docs/technical/mod-package.md +++ b/docs/technical/mod-package.md @@ -324,7 +324,7 @@ To do that: PATH_HERE ``` -3. Replace `PATH_HERE` with your game's folder path. +3. Replace `PATH_HERE` with your game's folder path (don't add quotes). The configuration will check your custom path first, then fall back to the default paths (so it'll still compile on a different computer). -- cgit