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