Skip to content

Commit

Permalink
remove implementation of CBA_fnc_hashValues
Browse files Browse the repository at this point in the history
remove unnecessary implementation of CBA_fnc_hashValues , see CBATeam/CBA_A3#1350 which has been merged & released with CBA-3.15.2
  • Loading branch information
Fusselwurm committed Nov 19, 2020
1 parent 6365f87 commit 24932ae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions XEH_postInit.sqf
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
#include "script_component.hpp"

if (isNil "CBA_fnc_hashValues") then { // https://github.com/CBATeam/CBA_A3/pull/1350
CBA_fnc_hashValues = {+((_this#0) select 2)};
};

[QGVAR(vehicle_loadAnimal), {
scriptName QGVAR(vehicle_loadAnimal);
_this call FUNC(vehicle_loadAnimal);
Expand Down

0 comments on commit 24932ae

Please sign in to comment.