mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Update server_playerSync.sqf (#2038)
* Update server_playerSync.sqf fix dupe and save inventory bag, if object position in sea * Update server_playerSync.sqf
This commit is contained in:
@@ -230,4 +230,4 @@ if (Z_SingleCurrency) then { //update global coins
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Force gear updates for nearby vehicles/tents
|
// Force gear updates for nearby vehicles/tents
|
||||||
{[_x,"gear"] call server_updateObject;} count nearestObjects [_charPos,DayZ_GearedObjects,10];
|
{[_x,"gear"] call server_updateObject;} count nearestObjects [[_character] call FNC_GetPos,DayZ_GearedObjects,10];
|
||||||
|
|||||||
Reference in New Issue
Block a user