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

Фикс ENT:ReadCell.

Исправлена ошибка адреса
This commit is contained in:
kosmik641
2025-07-06 16:23:17 +03:00
parent 8700ab2d32
commit b3744afc33

View File

@@ -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