mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix postInit trace
This commit is contained in:
@ -37,7 +37,7 @@ GVAR(lastSearchTextRight) = "";
|
||||
_x params ["_contentPanel" ,"_loadoutArgs"];
|
||||
_loadoutArgs params ["_playerName", "_loadoutName", "_loadoutData"];
|
||||
|
||||
TRACE_3("loadoutShared EH", _contentPanel, _loadoutsArgs, IDC_buttonSharedLoadouts);
|
||||
TRACE_3("loadoutShared EH", _contentPanel, _loadoutArgs, IDC_buttonSharedLoadouts);
|
||||
|
||||
if (!(isNil QGVAR(currentLoadoutsTab)) && {GVAR(currentLoadoutsTab) == IDC_buttonSharedLoadouts}) then {
|
||||
|
||||
|
Reference in New Issue
Block a user