So we get any potential errors in the config.sqf

This commit is contained in:
eraser1 2015-08-31 13:24:01 -05:00
parent acb02f2ba2
commit beae797d12

View File

@ -35,4 +35,4 @@ DMS_FindSuppressor = compileFinal preprocessFileLineNumbers "\x\addons\dms\s
DMS_SpawnCrate = compileFinal preprocessFileLineNumbers "\x\addons\dms\scripts\SpawnCrate.sqf";
//Load config
#include "config.sqf";
call compileFinal preprocessFileLineNumbers "\x\addons\dms\config.sqf";