Skip to content

Commit

Permalink
fix Unknown name (#7662)
Browse files Browse the repository at this point in the history
  • Loading branch information
commy2 authored Apr 24, 2020
1 parent 1e2b88f commit 1d407b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/common/XEH_postInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ enableCamShake true;
if (alive _oldPlayer) then {
[FUNC(setName), [_oldPlayer]] call CBA_fnc_execNextFrame;
};
}] call CBA_fnc_addPlayerEventHandler;
}, true] call CBA_fnc_addPlayerEventHandler;


//////////////////////////////////////////////////
Expand Down

0 comments on commit 1d407b3

Please sign in to comment.