Skip to content

Commit

Permalink
Final fix for BI Revive enable/disable automation
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyqer committed Apr 12, 2018
1 parent 22225de commit e03ebe9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Missionframework/init.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,4 @@ if (!isDedicated && hasInterface) then {
};

// Execute fnc_reviveInit again (by default it executes in postInit)
if ((KP_liberation_bis_revive_mode == 1) && !KP_liberation_ace_med) then {
[] call bis_fnc_reviveInit;
};
[] call bis_fnc_reviveInit;

0 comments on commit e03ebe9

Please # to comment.