Update vanilla object_maintenance.sqf

Vanilla commit:

f6e98f3be0
This commit is contained in:
ebaydayz
2016-11-12 15:19:42 -05:00
parent f87ac79acc
commit db3d9bf474

View File

@@ -97,10 +97,10 @@ if (_startMaintenance) then {
r_doLoop = false; r_doLoop = false;
if (_finished) then { if (_finished) then {
PVDZ_veh_Save = [_cursorTarget,"maintenance"];
if (isServer) then { if (isServer) then {
PVDZ_veh_Save call server_updateObject; PVDZ_veh_Save call server_updateObject;
} else { } else {
PVDZ_veh_Save = [_cursorTarget,"maintenance"];
publicVariableServer "PVDZ_veh_Save"; publicVariableServer "PVDZ_veh_Save";
}; };