From b3744afc33464239b3a31f802cf4201dc575c074 Mon Sep 17 00:00:00 2001 From: kosmik641 Date: Sun, 6 Jul 2025 16:23:17 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20ENT:ReadCell.=20?= =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=B0=20?= =?UTF-8?q?=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B0=20=D0=B0=D0=B4=D1=80=D0=B5?= =?UTF-8?q?=D1=81=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/entities/gmod_subway_base/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/entities/gmod_subway_base/init.lua b/lua/entities/gmod_subway_base/init.lua index 67595f7..b868746 100644 --- a/lua/entities/gmod_subway_base/init.lua +++ b/lua/entities/gmod_subway_base/init.lua @@ -641,7 +641,7 @@ function ENT:ReadCell(Address) if Address == 49169 then return current > 0 and current or next end if Address == 49170 then return cPlatID > 0 and cPlatID or nPlatID end - if Address == 49170 then return x2 - pos.x end + if Address == 49171 then return x2 - pos.x end end return 0 end