Update server_publishVehicle3.sqf

This commit is contained in:
AirwavesMan
2020-12-27 13:18:34 +01:00
parent ecfa1b7efa
commit 8c729300e4

View File

@@ -64,7 +64,6 @@ diag_log ("PUBLISH: Attempt " + str(_object));
#endif
_dir = _worldspace select 0;
_location = _worldspace select 1;
_uid = _worldspace call dayz_objectUID2;
_key = format["CHILD:308:%1:%2:%3:%4:%5:%6:%7:%8:%9:",dayZ_instance, _class, 0 , _characterID, _worldspace, _inv, _newHitpoints, _damage,_uid];