mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-06 00:02:53 +03:00
Fix wrong buildables count displayed in plot management
This commit is contained in:
@@ -13,11 +13,10 @@ _newList = [];
|
||||
};
|
||||
} count _friends;
|
||||
_thePlot setVariable ["plotfriends", _newList, true];
|
||||
|
||||
PVDZ_veh_Save = [_thePlot,"gear"];
|
||||
if (isServer) then {
|
||||
PVDZ_veh_Save call server_updateObject;
|
||||
} else {
|
||||
PVDZ_veh_Save = [_thePlot,"gear"];
|
||||
publicVariableServer "PVDZ_veh_Save";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user