mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-06-28 12:41:56 +03:00
Update vanilla object_maintenance.sqf
Vanilla commit: https://github.com/DayZMod/DayZ/commit/f6e98f3be092c26fdf3405cb054fc254adcca8c8
This commit is contained in:
@@ -97,10 +97,10 @@ if (_startMaintenance) then {
|
||||
r_doLoop = false;
|
||||
|
||||
if (_finished) then {
|
||||
PVDZ_veh_Save = [_cursorTarget,"maintenance"];
|
||||
if (isServer) then {
|
||||
PVDZ_veh_Save call server_updateObject;
|
||||
} else {
|
||||
PVDZ_veh_Save = [_cursorTarget,"maintenance"];
|
||||
publicVariableServer "PVDZ_veh_Save";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user