Skip to content

Commit

Permalink
Remove the ACE patch, need ACE 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Vdauphin committed Jun 1, 2018
1 parent a399fcd commit 4ca547c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 142 deletions.
3 changes: 0 additions & 3 deletions =BTC=co@30_Hearts_and_Minds.Altis/core/fnc/compile.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ if (!isDedicated) then {
btc_fnc_eh_treatment = compile preprocessFileLineNumbers "core\fnc\eh\treatment.sqf";
btc_fnc_eh_leaflets = compile preprocessFileLineNumbers "core\fnc\eh\leaflets.sqf";
btc_fnc_eh_player = compile preprocessFileLineNumbers "core\fnc\eh\player.sqf";
btc_fnc_eh_unLoad = compile preprocessFileLineNumbers "core\fnc\eh\unload.sqf";

//FOB
btc_fnc_fob_create = compile preprocessFileLineNumbers "core\fnc\fob\create.sqf";
Expand All @@ -273,7 +272,6 @@ if (!isDedicated) then {
btc_fnc_int_shortcuts = compile preprocessFileLineNumbers "core\fnc\int\shortcuts.sqf";
btc_fnc_int_terminal = compile preprocessFileLineNumbers "core\fnc\int\terminal.sqf";


//INFO
btc_fnc_info_ask = compile preprocessFileLineNumbers "core\fnc\info\ask.sqf";
btc_fnc_info_hideout_asked = compile preprocessFileLineNumbers "core\fnc\info\hideout_asked.sqf";
Expand All @@ -284,7 +282,6 @@ if (!isDedicated) then {
//LOG
btc_fnc_log_hitch_points = compile preprocessFileLineNumbers "core\fnc\log\hitch_points.sqf";
btc_fnc_log_get_corner_points = compile preprocessFileLineNumbers "core\fnc\log\get_corner_points.sqf";
btc_fnc_log_findUnloadPosition = compile preprocessFileLineNumbers "core\fnc\log\findunloadposition.sqf";

//ARSENAL
btc_fnc_arsenal_data = compile preprocessFileLineNumbers "core\fnc\arsenal\data.sqf";
Expand Down
1 change: 0 additions & 1 deletion =BTC=co@30_Hearts_and_Minds.Altis/core/fnc/eh/player.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ _player addEventHandler ["Respawn", format ["[%1] call btc_fnc_eh_player_respawn
_player addEventHandler ["CuratorObjectPlaced", btc_fnc_eh_CuratorObjectPlaced];
["ace_treatmentSucceded", btc_fnc_eh_treatment] call CBA_fnc_addEventHandler;
_player addEventHandler ["WeaponAssembled", btc_fnc_civ_add_leaflets];
["ace_unloadCargo", btc_fnc_eh_unLoad] call CBA_fnc_addEventHandler;
11 changes: 0 additions & 11 deletions =BTC=co@30_Hearts_and_Minds.Altis/core/fnc/eh/unload.sqf

This file was deleted.

127 changes: 0 additions & 127 deletions =BTC=co@30_Hearts_and_Minds.Altis/core/fnc/log/findUnloadPosition.sqf

This file was deleted.

0 comments on commit 4ca547c

Please sign in to comment.