diff --git a/addons/civilian/functions/fnc_civilianKilledMsg.sqf b/addons/civilian/functions/fnc_civilianKilledMsg.sqf index 251f40c..0440b88 100644 --- a/addons/civilian/functions/fnc_civilianKilledMsg.sqf +++ b/addons/civilian/functions/fnc_civilianKilledMsg.sqf @@ -24,7 +24,7 @@ if (_timeOfDeath isEqualType 0) then { }; private _nearestCity = if (isNull _nearestTown) then { - [_deadCivilian] call EFUNC(common,getNearestCity) + [_deadCivilian] call FUNC(getNearestCity) } else { [_nearestTown] call FUNC(getCityByLocation) };