Fix wrong buildables count displayed in plot management

This commit is contained in:
ebaydayz
2016-05-18 20:20:20 -04:00
parent d0c4ccca15
commit 1a238d1719
3 changed files with 5 additions and 6 deletions

View File

@@ -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";
};