From 496bb8aae1114195a36e6e26ae487b11f65b0782 Mon Sep 17 00:00:00 2001 From: He-Man Date: Sun, 2 Aug 2020 22:44:27 +0200 Subject: [PATCH] Fix Boat Spawn from Traders --- .../compile/epoch_trading/EPOCH_server_makeNPCTrade.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/epoch_server/compile/epoch_trading/EPOCH_server_makeNPCTrade.sqf b/Sources/epoch_server/compile/epoch_trading/EPOCH_server_makeNPCTrade.sqf index 04f42dea..cac5bf81 100644 --- a/Sources/epoch_server/compile/epoch_trading/EPOCH_server_makeNPCTrade.sqf +++ b/Sources/epoch_server/compile/epoch_trading/EPOCH_server_makeNPCTrade.sqf @@ -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; }