fix: error when getting killed with FF-messages module, fix #745

This commit is contained in:
commy2 2015-04-19 07:08:57 +02:00
parent 54c5070569
commit 9cb27c8fb2

View File

@ -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);
};