We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6783d8 commit 6bd162aCopy full SHA for 6bd162a
1 file changed
Altis_Life.Altis/core/functions/fn_onGameInterrupt.sqf
@@ -16,7 +16,6 @@ private _topButton = _display displayCtrl 2;
16
17
_abortButton ctrlEnable false;
18
_abortButton buttonSetAction "call SOCK_fnc_updateRequest; [player] remoteExec [""TON_fnc_cleanupRequest"",2];";
19
-_respawnButton ctrlEnable false;
20
_fieldManual ctrlEnable false;
21
_saveButton ctrlEnable false;
22
@@ -43,4 +42,6 @@ if (_conditions) then {
43
42
_abortButton ctrlSetText localize "STR_DISP_INT_ABORT";
44
_abortButton ctrlEnable true;
45
};
+} else {
46
+ _respawnButton ctrlEnable false;
47
0 commit comments