mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fix: error when getting killed with FF-messages module, fix #745
This commit is contained in:
parent
54c5070569
commit
9cb27c8fb2
@ -29,5 +29,5 @@ if (GVAR(SavePreDeathGear)) then {
|
||||
};
|
||||
|
||||
if (missionNamespace getVariable [QGVAR(showFriendlyFireMessage), false]) then {
|
||||
[_this, FUNC(showFriendlyFireMessage), 2] call EFUNC(common,execRemoteFnc);
|
||||
[_this, QUOTE(DFUNC(showFriendlyFireMessage)), 2] call EFUNC(common,execRemoteFnc);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user