Github fucked with my file..

This commit is contained in:
Defent 2015-08-26 15:08:13 +02:00
parent ca8f5231de
commit ba042da2a3

View File

@ -21,19 +21,14 @@ if(isServer) then {
//DMS_MissionMax = 120; // Timers in seconds //DMS_MissionMax = 120; // Timers in seconds
// CONFIGS // CONFIGS
uiSleep 2; uiSleep 2;
call DMS_selectMission; call DMS_selectMission;
//[] call compile preprocessFileLineNumbers "\x\addons\dms\scripts\DMS_selectMission.sqf"; //[] call compile preprocessFileLineNumbers "\x\addons\dms\scripts\DMS_selectMission.sqf";
//[] execVM "\x\addons\dms\scripts\DMS_selectMission.sqf"; //[] execVM "\x\addons\dms\scripts\DMS_selectMission.sqf";
call DMS_selectMission; call DMS_selectMission;
diag_log "DMS :: Functions loaded - starting the rest of the script."; diag_log "DMS :: Functions loaded - starting the rest of the script.";
}; };