Remove redundant check in postInit

This commit is contained in:
Josuan Albin
2017-11-02 14:32:38 +01:00
parent 8ac6bd1cbf
commit 960e73d3bc

View File

@ -51,9 +51,7 @@ if (["ACE_dogtags"] call EFUNC(common,isModLoaded)) then {
};
};
}] call CBA_fnc_addEventHandler;
};
if (["ACE_dogtags"] call EFUNC(common,isModLoaded)) then {
[QGVAR(onLoadoutSave), {
params ["_index", "_loadout"];