fixed FINDCFG to match the new name for the folder of the campaign

This commit is contained in:
Nils Kneuper 2007-05-10 17:31:55 +00:00
parent c945fcae6d
commit 7352e26358

View file

@ -1,2 +1,2 @@
find data/campaigns/Descent -name '*.cfg' -print
echo data/campaigns/Descent.cfg'
find data/campaigns/Descent_Into_Darkness -name '*.cfg' -print
echo data/campaigns/Descent_Into_Darkness.cfg'