mirror of
https://github.com/wiremod/advdupe2.git
synced 2025-03-04 03:03:05 -05:00
Fixes reportmodel
using AdvDupe2_ReportClass
netmessage (#457)
This commit is contained in:
parent
c46ca53f0f
commit
ddd8b76af5
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user