1
0
mirror of https://github.com/metrostroi-repo/MetrostroiAddon.git synced 2026-05-02 00:42:29 +00:00
Исправлено условние скрытие панели РРИ
This commit is contained in:
Ivan Gordeev
2021-07-11 14:17:15 +03:00
committed by GitHub
parent 9d0486e4c8
commit 54c281c60f

View File

@@ -1485,7 +1485,7 @@ function ENT:Think()
local typ = self:GetNW2Int("AnnType",1)
self:HidePanel("RRI",typ~=1)
self:HidePanel("RRIScreen",typ~=1 or self.CurrentCamera ~= 6)
self:HidePanel("RRIScreen",typ~=1 or self.CurrentCamera ~= 7)
self:ShowHide("E_informator",typ==1)
self:HidePanel("ASNP",typ~=2)
self:HidePanel("ASNPScreen",typ~=2)