mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Fix Boat Spawn from Traders
This commit is contained in:
parent
33d09c71a2
commit
496bb8aae1
@ -247,7 +247,7 @@ if (_slot != -1) then {
|
||||
if ((count _tmpposition) == 2) then {
|
||||
_tmpposition set [2, 0];
|
||||
if (surfaceIsWater _tmpposition) then {
|
||||
_tmpposition = ATLtoASL _tmpposition;
|
||||
_tmpposition = ASLtoATL _tmpposition;
|
||||
};
|
||||
_position = _tmpposition;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user