Skip to content

Commit

Permalink
fix for waituntil 1.96
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisum committed Oct 8, 2019
1 parent cdc22a8 commit df791f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BC_setup/functions/client/fn_establishingShot.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ params [

disableSerialization;

waitUntil {!(isNull ([] call BIS_fnc_displayMission))};
waitUntil { time > 0 };


if (playerSide == east) then {
Expand Down

0 comments on commit df791f6

Please sign in to comment.