From df791f68d002a75b035d9e54f3ea931fcf8dd5e5 Mon Sep 17 00:00:00 2001 From: nomisum Date: Tue, 8 Oct 2019 22:44:52 +0200 Subject: [PATCH] fix for waituntil 1.96 --- BC_setup/functions/client/fn_establishingShot.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BC_setup/functions/client/fn_establishingShot.sqf b/BC_setup/functions/client/fn_establishingShot.sqf index 3d9e29fa..6906e14c 100644 --- a/BC_setup/functions/client/fn_establishingShot.sqf +++ b/BC_setup/functions/client/fn_establishingShot.sqf @@ -22,7 +22,7 @@ params [ disableSerialization; -waitUntil {!(isNull ([] call BIS_fnc_displayMission))}; +waitUntil { time > 0 }; if (playerSide == east) then {