mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-27 18:21:50 +03:00
Set third parameter after findSafePos
All other scripts using findSafePos either set the third parameter or
use a getPosATL/etc. instead before the position is saved to database.
Also partially reverted d6e78b2 since it is not needed.
This commit is contained in:
@@ -89,7 +89,7 @@ _key call server_hiveWrite;
|
||||
_object setVariable ["ObjectID", _oid, true];
|
||||
_object setVariable ["lastUpdate",time];
|
||||
_object setVariable ["CharacterID", _characterID, true];
|
||||
_object setVelocity [0,0,1];
|
||||
//_object setVelocity [0,0,1];
|
||||
|
||||
if(DZE_TRADER_SPAWNMODE) then {
|
||||
_object attachTo [_object_para, [0,0,-1.6]];
|
||||
|
||||
Reference in New Issue
Block a user