-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
bugSomething isn't workingSomething isn't working
Description
current output
do
ent = function(sock)
local contents =
"ENT = {}; local ENT=ENT; " .. sock:receive(
"*a"
) .. "; scripted_ents.Register(ENT, '" .. who:sub(0, -5) .. "')"
end
endexpected output
do
ent = function(sock)
local contents =
"ENT = {}; local ENT=ENT; "
.. sock:receive("*a")
.. "; scripted_ents.Register(ENT, '"
.. who:sub(0, -5)
.. "')"
end
endMetadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working