Fixes reportmodel using AdvDupe2_ReportClass netmessage (#457)

This commit is contained in:
stepa2 2024-01-19 20:09:58 +03:00 committed by GitHub
parent c46ca53f0f
commit ddd8b76af5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -794,7 +794,7 @@ local function reportclass(ply, class)
end end
local function reportmodel(ply, model) local function reportmodel(ply, model)
net.Start("AdvDupe2_ReportClass") net.Start("AdvDupe2_ReportModel")
net.WriteString(model) net.WriteString(model)
net.Send(ply) net.Send(ply)
end end