1
0
mirror of https://github.com/metrostroi-repo/MetrostroiAddon.git synced 2026-05-02 00:42:29 +00:00

Renamed metrostroi_signal_distance

Для избежания конфликта со старыми названиями ввиду давности коммита
This commit is contained in:
CrIcKeT98
2025-10-08 05:30:39 +03:00
committed by GitHub
parent ea757a4018
commit a14f290eb7

View File

@@ -198,7 +198,7 @@ net.Receive("metrostroi-signal", function()
if ent.RemoveModels then ent:RemoveModels() end if ent.RemoveModels then ent:RemoveModels() end
end) end)
local C_RenderDistance = GetConVar("metrostroi_signal_distance") local C_RenderDistance = GetConVar("metrostroi_distance_signal")
local C_ScreenshotMode = GetConVar("metrostroi_screenshotmode") local C_ScreenshotMode = GetConVar("metrostroi_screenshotmode")
local timer = CurTime() local timer = CurTime()
@@ -725,4 +725,4 @@ hook.Remove("PreDrawEffects","MetrostroiSignalDebug")
cvars.AddChangeCallback( "metrostroi_drawsignaldebug", enableDebug) cvars.AddChangeCallback( "metrostroi_drawsignaldebug", enableDebug)
enableDebug() enableDebug()
Metrostroi.OptimisationPatch() Metrostroi.OptimisationPatch()