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:
Anton Shukin
2024-02-11 18:13:19 +03:00
parent d17cb74904
commit 50cbc1b31e

View File

@@ -403,6 +403,9 @@ function ENT:CheckContact(pos,dir,id,cpos)
end
end)]]
end
if (traceEnt.CoupledWith == nil) then
self.Connectors[id] = nil
end
end
return false
elseif traceEnt:GetClass() == "player" and self.Voltage > 40 then