Skip to content

Commit

Permalink
Remove reference to removed sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
SnarkIndustries committed Jun 5, 2014
1 parent 209068a commit f8acb02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DZAI/init/dzai_functions.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ fnc_despawnBandits = compile preprocessFileLineNumbers format ["%1\spawn_functio

if (DZAI_staticAI) then {
fnc_spawnBandits = compile preprocessFileLineNumbers format ["%1\spawn_functions\spawnBandits.sqf",DZAI_directory];
DZAI_bldgPatrol = compile preprocessFileLineNumbers format ["%1\compile\ai_buildingpatrol.sqf",DZAI_directory];
DZAI_static_spawn = compile preprocessFileLineNumbers format ["%1\compile\fn_createStaticSpawn.sqf",DZAI_directory];
};

Expand Down

0 comments on commit f8acb02

Please sign in to comment.