From bd5c86ca7a2b8200b9eb2faa5994c29ffa8b5b03 Mon Sep 17 00:00:00 2001 From: Kristian Date: Thu, 28 Mar 2019 22:46:24 +0100 Subject: [PATCH] Cleanup Removed unsed files from the compiling copy process. --- makeMod.bat | 3 --- 1 file changed, 3 deletions(-) diff --git a/makeMod.bat b/makeMod.bat index 1aed0c1..5595a69 100644 --- a/makeMod.bat +++ b/makeMod.bat @@ -97,10 +97,7 @@ xcopy rumble ..\..\raw\rumble /SYI > NUL xcopy animtrees ..\..\raw\animtrees /SYI > NUL echo Copying source code... -xcopy hunnia ..\..\raw\hunnia /SYI > NUL xcopy maps ..\..\raw\maps /SYI > NUL -xcopy promod ..\..\raw\promod /SYI > NUL -xcopy hunnia\promod_ruleset ..\..\raw\hunnia\promod_ruleset /SYI > NUL echo Copying MOD.CSV... xcopy mod.csv ..\..\zone_source /SYI > NUL