From e8653ab74b2d71b46411333246861059828aa8a1 Mon Sep 17 00:00:00 2001 From: Ilya Krasnow Date: Tue, 28 Dec 2021 19:02:18 +0300 Subject: [PATCH] Update cl_init.lua --- lua/entities/gmod_subway_81-703_int/cl_init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/entities/gmod_subway_81-703_int/cl_init.lua b/lua/entities/gmod_subway_81-703_int/cl_init.lua index c1b7cc3..e5d11d5 100644 --- a/lua/entities/gmod_subway_81-703_int/cl_init.lua +++ b/lua/entities/gmod_subway_81-703_int/cl_init.lua @@ -1149,7 +1149,7 @@ function ENT:Think() self:ShowHideSmooth("bortlamp2_y",em and 1 or 0) end if em then - local Bortlamp_w = em and self:Animate("Bortlamp_w",self:GetPackedBool("SD") and 0 or 1,0,1,16,false) or 0 + local Bortlamp_w = em and self:Animate("Bortlamp_w",self:GetPackedBool("SD") and 1 or 0,0,1,16,false) or 0 local Bortlamp_g = em and self:Animate("Bortlamp_g",self:GetPackedBool("GRP") and 1 or 0,0,1,16,false) or 0 local Bortlamp_y = em and self:Animate("Bortlamp_y",self:GetPackedBool("BrY") and 1 or 0,0,1,16,false) or 0 self:ShowHide("bortlamps1",em)