Files
DayZ-Epoch/SQF/dayz_server/modules/supply_drop.sqf
ebaydayz 4ce54fbb62 Update server_publishObject
The hive call in server_publishObject is the same between vanilla and
Epoch. The only difference is vanilla uses the _inventory area for
owner, lock code, etc. variables where as modular Epoch items just store
an empty array there.

The object classname does not need to be sent in the PV because it can
be obtained on the server.

PVDZE_veh_Publish was not used.
2016-04-02 15:24:20 -04:00

2 lines
98 B
Plaintext

// Using vanilla care packages now.
// The 1.0.5.1 version was outdated and needs a full rewrite.