1
0
mirror of https://github.com/metrostroi-repo/MetrostroiAddon.git synced 2026-05-02 00:42:29 +00:00
Resolve #498
This commit is contained in:
Ilya Krasnow
2022-06-28 15:16:33 +03:00
parent 7383dcdd45
commit 0f52cf49b3

View File

@@ -442,7 +442,7 @@ end)
net.Receive("metrostroi_bogey_contact",function() net.Receive("metrostroi_bogey_contact",function()
local ent = net.ReadEntity() local ent = net.ReadEntity()
if not IsValid(ent) then return end if not IsValid(ent) or not ent.PlayTime then return end
local PantNum = net.ReadUInt(1)+1 local PantNum = net.ReadUInt(1)+1
local PantPos = net.ReadVector() local PantPos = net.ReadVector()
local Spark = net.ReadUInt(1) > 0 local Spark = net.ReadUInt(1) > 0