Update server_publishVehicle3.sqf

This partially reverts f2360a9

Moved cargo fill after setPos because holding vehicle at [0,0,0] (water
location) too long may cause it to explode.
This commit is contained in:
ebayShopper
2017-11-12 11:49:51 -05:00
parent a1c14a2fd3
commit 9fd8293246
6 changed files with 14 additions and 38 deletions

View File

@@ -99,5 +99,5 @@ if (_outcome != "PASS") then {
PVDZE_veh_Init = _object;
publicVariable "PVDZE_veh_Init";
diag_log format["PUBLISH: %1(%2) bought %3 with UID %4 @%5",_activatingPlayer,_playerUID,_class,_uid,(_location call fa_coor2str)];
diag_log format["PUBLISH: %1(%2) bought %3 with UID %4 @%5",(_activatingPlayer call fa_plr2str),_playerUID,_class,_uid,(_location call fa_coor2str)];
};