mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fix Unknown name (#7662)
This commit is contained in:
parent
1e2b88f170
commit
1d407b314b
@ -274,7 +274,7 @@ enableCamShake true;
|
|||||||
if (alive _oldPlayer) then {
|
if (alive _oldPlayer) then {
|
||||||
[FUNC(setName), [_oldPlayer]] call CBA_fnc_execNextFrame;
|
[FUNC(setName), [_oldPlayer]] call CBA_fnc_execNextFrame;
|
||||||
};
|
};
|
||||||
}] call CBA_fnc_addPlayerEventHandler;
|
}, true] call CBA_fnc_addPlayerEventHandler;
|
||||||
|
|
||||||
|
|
||||||
//////////////////////////////////////////////////
|
//////////////////////////////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user