Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion addons/overthrow_main/functions/UI/dialogs/fn_mainMenu.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ if (_obpos distance player < 250) then {
};
} else {
private _base = player call OT_fnc_nearestBase;
if !(isNil "_base" && { (_base select 0) distance player < 100 }) then {
if (!isNil "_base" && { (_base select 0) distance player < 100 }) then {
ctrlEnable [1621, true];
} else {
ctrlEnable [1621, false];
Expand Down