diff --git a/resources/[jobs]/[medic]/visn_are/script/configuration/client_config.lua b/resources/[jobs]/[medic]/visn_are/script/configuration/client_config.lua index b21b012f6..5accae591 100644 --- a/resources/[jobs]/[medic]/visn_are/script/configuration/client_config.lua +++ b/resources/[jobs]/[medic]/visn_are/script/configuration/client_config.lua @@ -128,7 +128,7 @@ ClientConfig = { m_respawnTime = 1200, -- The default bleedout/death time in seconds (can be extended trough cpr...). m_respawnLocations = -- The nearest location to the player will be selected. { - { x = 293.81, y = -591.92, z = 43.1, heading = 0.0 } -- The default respawn location. + { x = -1871.8120, y = -302.4504, z = 49.4775, heading = 0.0 } -- The default respawn location. } }, diff --git a/resources/[standalone]/[rcore_tv]/rcore_television/config.lua b/resources/[standalone]/[rcore_tv]/rcore_television/config.lua index 6980b6d83..2188013d5 100644 --- a/resources/[standalone]/[rcore_tv]/rcore_television/config.lua +++ b/resources/[standalone]/[rcore_tv]/rcore_television/config.lua @@ -41,7 +41,7 @@ Config.OnPlayerLoaded = "QBCore:Client:OnPlayerLoaded" Config.OnJobUpdate = "QBCore:Client:OnJobUpdate" -- will enable debug print and stuff -Config.Debug = debug +Config.Debug = false -- will type start and end of events + nui callbacks Config.FunctionsDebug = false