Update vanilla object_maintenance.sqf

Vanilla commit:

https://github.com/DayZMod/DayZ/commit/f6e98f3be092c26fdf3405cb054fc254adcca8c8
This commit is contained in:
ebaydayz
2016-11-12 15:19:42 -05:00
parent f87ac79acc
commit db3d9bf474
+1 -1
View File
@@ -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";
};