Remove unused compile

Vanilla commit:

4a18d5023d
This commit is contained in:
ebaydayz
2016-11-09 12:33:11 -05:00
parent eedf7dd12c
commit 6fb4290ffe
5 changed files with 0 additions and 52 deletions

View File

@@ -145,8 +145,6 @@ if (!isDedicated) then {
//System
player_spawn_2 = compile preprocessFileLineNumbers "\z\addons\dayz_code\system\player_spawn_2.sqf";
infectedcamps = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\object_infectedcamps.sqf";
//camp_spawnZombies = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\camp_spawnZombies.sqf"; //Server compile, used for loiter behaviour
//Crafting
fn_updateCraftUI = compile preprocessFileLineNumbers "\z\addons\dayz_code\compile\fn_updateCraftUI.sqf";