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

Merge pull request #600 from metrostroi-repo/599_read_cell

This commit is contained in:
CrIcKeT98
2025-07-12 16:18:10 +03:00
committed by GitHub

View File

@@ -641,7 +641,7 @@ function ENT:ReadCell(Address)
if Address == 49169 then return current > 0 and current or next end 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 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 end
return 0 return 0
end end