Skip to content

Commit 3b92921

Browse files
committed
Update fn_jail.sqf
1 parent 317eae6 commit 3b92921

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

co30_Domination.Altis/client/fn_jail.sqf

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,20 @@ if (player getVariable "xr_pluncon") then {
2727
d_uncon_finally_over = false;
2828
};
2929

30-
cutText [localize "STR_DOM_MISSIONSTRING_1999", "BLACK", 0];
31-
3230
player allowDamage false;
3331

34-
if (vehicle player != player) then {
35-
moveOut player;
36-
};
37-
32+
(findDisplay 160) closeDisplay 1;
3833
if (!isNull getConnectedUAV player) then {
3934
getConnectedUAV player action ["UAVTerminalReleaseConnection", player];
4035
player connectTerminalToUAV objNull;
4136
};
4237

38+
cutText [localize "STR_DOM_MISSIONSTRING_1999", "BLACK", 0];
39+
40+
if (vehicle player != player) then {
41+
moveOut player;
42+
};
43+
4344
params ["_numtk", ["_isjip", 0]];
4445

4546
private _secs = [_numtk * 60, _isjip] select (_isjip > 0);

0 commit comments

Comments
 (0)