From bf555898b98d6331f0263927368b27fdc7ed1c93 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sat, 26 Aug 2017 13:23:53 +0100 Subject: [PATCH] Add comment in mod.config about spaces in MOD_ID. --- mod.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod.config b/mod.config index 19dfb7b..9f1e423 100644 --- a/mod.config +++ b/mod.config @@ -5,7 +5,7 @@ ############################################################################## # The id of the mod packaged by this project. -# This must exist as a directory in the mods directory. +# This must exist as a directory in the mods directory and should not contain spaces. MOD_ID="example" # The OpenRA engine version to use for this project.