mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
0.3.7.0108
updated loot positions
This commit is contained in:
parent
c1826a168f
commit
d3d845bca6
0
Changelogs/0.3.8.0.txt
Normal file
0
Changelogs/0.3.8.0.txt
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -66,7 +66,7 @@ if (typeName _vars == "ARRAY") then {
|
|||||||
|
|
||||||
_staticTraderLocationsDistances = [];
|
_staticTraderLocationsDistances = [];
|
||||||
{
|
{
|
||||||
_staticTraderLocationsDistances pushBack [_x distance player, _x]
|
_staticTraderLocationsDistances pushBack [_x distance _plyr, _x]
|
||||||
} forEach EPOCH_staticTraderLocations;
|
} forEach EPOCH_staticTraderLocations;
|
||||||
|
|
||||||
if !(_staticTraderLocationsDistances isEqualTo []) then{
|
if !(_staticTraderLocationsDistances isEqualTo []) then{
|
||||||
|
Loading…
Reference in New Issue
Block a user