mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 13:26:39 +03:00
Remove unused PVEH
I'm guessing the 1 in place of I in the PV names was intentional to work around some BE filter. If not, it should be changed in vanilla.
This commit is contained in:
@@ -37,8 +37,8 @@ if (local _unit) then {
|
||||
_unit setHit [_selection, _total];
|
||||
|
||||
if (!isServer) then {
|
||||
PVDZ_obj_Save = [_unit,"damage"];
|
||||
publicVariableServer "PVDZ_obj_Save";
|
||||
PVDZ_veh_Save = [_unit,"damage"];
|
||||
publicVariableServer "PVDZ_veh_Save";
|
||||
} else {
|
||||
[_unit, "damage"] call server_updateObject;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user