From 9c46b2e3eb929ee02721e637ac06d14613b6211c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Shadowsun=E2=84=A2?= <12494967+CattoGamer@users.noreply.github.com> Date: Fri, 11 Oct 2024 02:49:49 +0200 Subject: [PATCH] remove instance switcher from Q menu --- .../cinema_modded/gamemode/modules/scoreboard/cl_queue.lua | 7 ------- 1 file changed, 7 deletions(-) diff --git a/workshop/gamemodes/cinema_modded/gamemode/modules/scoreboard/cl_queue.lua b/workshop/gamemodes/cinema_modded/gamemode/modules/scoreboard/cl_queue.lua index 29172a2..879d6b1 100644 --- a/workshop/gamemodes/cinema_modded/gamemode/modules/scoreboard/cl_queue.lua +++ b/workshop/gamemodes/cinema_modded/gamemode/modules/scoreboard/cl_queue.lua @@ -60,13 +60,6 @@ function QUEUE:Init() end self.Options:AddItem(RefreshButton) - local InstanceButton = vgui.Create( "TheaterButton" ) - InstanceButton:SetText( "YouTube Instance Switcher" ) - InstanceButton.DoClick = function(self) - RunConsoleCommand( "cinema_youtube_switch" ) - end - self.Options:AddItem(InstanceButton) - end function QUEUE:AddVideo( vid )