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:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user