mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-18 02:06:39 +03:00
Merge remote-tracking branch 'origin/master'
# Conflicts: # SQF/dayz_code/compile/fn_damageActions.sqf # SQF/dayz_code/compile/fn_selfActions.sqf
This commit is contained in:
@@ -211,7 +211,7 @@ if (isPlayer cursorTarget) then {
|
||||
};
|
||||
if (_unit isKindOf "Man") then {
|
||||
// should only fire if cursor target is man and not vehicle
|
||||
_charID = _unit getVariable ["CharacterID", 0];
|
||||
_charID = _unit getVariable ["CharacterID", "0"];
|
||||
if (DZE_plotforLife) then {
|
||||
_charID = [_unit] call FNC_GetPlayerUID;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user