From 924606aea7f1d8442d4142f195fb33851eadf6f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Shadowsun=E2=84=A2?= <12494967+CattoGamer@users.noreply.github.com> Date: Tue, 29 Oct 2024 01:57:21 +0100 Subject: [PATCH] Update sh_url_main.lua --- .../gamemode/modules/theater/services/sh_url_main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workshop/gamemodes/cinema_modded/gamemode/modules/theater/services/sh_url_main.lua b/workshop/gamemodes/cinema_modded/gamemode/modules/theater/services/sh_url_main.lua index 0f449d2..e40bdb0 100644 --- a/workshop/gamemodes/cinema_modded/gamemode/modules/theater/services/sh_url_main.lua +++ b/workshop/gamemodes/cinema_modded/gamemode/modules/theater/services/sh_url_main.lua @@ -4,7 +4,7 @@ local SERVICE = {} SERVICE.Name = "URL" SERVICE.IsTimed = true -SERVICE.Hidden = true +SERVICE.Hidden = false SERVICE.Dependency = DEPENDENCY_COMPLETE SERVICE.ExtentedVideoInfo = true