current output
doent=function(sock)
localcontents="ENT = {}; local ENT=ENT; " ..sock:receive(
"*a"
) .."; scripted_ents.Register(ENT, '" ..who:sub(0, -5) .."')"endendexpected output
doent=function(sock)
localcontents="ENT = {}; local ENT=ENT; "..sock:receive("*a")
.."; scripted_ents.Register(ENT, '"..who:sub(0, -5)
.."')"endend
current output
expected output