Skip to content

Commit

Permalink
Fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
3Mydlo3 committed Mar 14, 2024
1 parent e012a48 commit 98e378c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/civilian/functions/fnc_civilianKilledMsg.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -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)
};
Expand Down

0 comments on commit 98e378c

Please sign in to comment.