Fix Boat Spawn from Traders

This commit is contained in:
He-Man 2020-08-02 22:44:27 +02:00
parent 33d09c71a2
commit 496bb8aae1

View File

@ -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;
}