From ee32732b436766dfdca575c08b38dcabc805c686 Mon Sep 17 00:00:00 2001 From: He-Man Date: Fri, 24 Jul 2020 20:40:37 +0200 Subject: [PATCH] Knock down nearest Wracks / Rocks --- Sources/epoch_code/compile/EPOCH_mineRocks.sqf | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/epoch_code/compile/EPOCH_mineRocks.sqf b/Sources/epoch_code/compile/EPOCH_mineRocks.sqf index 0839fe38..50dbe019 100644 --- a/Sources/epoch_code/compile/EPOCH_mineRocks.sqf +++ b/Sources/epoch_code/compile/EPOCH_mineRocks.sqf @@ -25,6 +25,7 @@ if ((diag_tickTime - EPOCH_lastMineRocks) >= 2) then { }; _objects = lineIntersectsWith[eyePos player, _currentPos, player, objNull, true]; + reverse _objects; _object = objNull; _found = false;