File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -61,9 +61,6 @@ local DOUBLE_CLICK_TIME = 0.5
61
61
---- -------------
62
62
-- | Variables |--
63
63
---- -------------
64
- local controllerMenuSuccess ,controllerMenuFlagValue = pcall (function () return settings ():GetFFlag (" ControllerMenu" ) end )
65
- local useNewControllerMenu = (controllerMenuSuccess and controllerMenuFlagValue )
66
-
67
64
local PlayersService = game :GetService (' Players' )
68
65
local UserInputService = game :GetService (' UserInputService' )
69
66
local StarterGui = game :GetService (' StarterGui' )
@@ -1437,11 +1434,9 @@ do -- Make the Inventory expand/collapse arrow (unless TopBar)
1437
1434
BackpackScript .IsOpen = InventoryFrame .Visible
1438
1435
BackpackScript .StateChanged :Fire (InventoryFrame .Visible )
1439
1436
1440
- if useNewControllerMenu then
1441
- local SettingsHub = require (RobloxGui .Modules .Settings :WaitForChild (" SettingsHub" ))
1442
- if SettingsHub .Instance .Visible then
1443
- SettingsHub :SetVisibility (false )
1444
- end
1437
+ local SettingsHub = require (RobloxGui .Modules .Settings :WaitForChild (" SettingsHub" ))
1438
+ if SettingsHub .Instance .Visible then
1439
+ SettingsHub :SetVisibility (false )
1445
1440
end
1446
1441
end
1447
1442
HotkeyFns [ARROW_HOTKEY ] = openClose
You can’t perform that action at this time.
0 commit comments