fix Unknown name (#7662)

This commit is contained in:
commy2 2020-04-24 23:59:47 +02:00 committed by GitHub
parent 1e2b88f170
commit 1d407b314b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
//////////////////////////////////////////////////