mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-07-03 23:21:55 +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;
|
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";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user