milo wip
This commit is contained in:
@@ -29,9 +29,16 @@ local function client(socket)
|
||||
|
||||
local manipulator = getManipulatorForUser(user)
|
||||
if not manipulator then
|
||||
socket:write({
|
||||
msg = 'Manipulator not found'
|
||||
})
|
||||
return
|
||||
end
|
||||
|
||||
socket:write({
|
||||
data = 'ok',
|
||||
})
|
||||
|
||||
repeat
|
||||
local data = socket:read()
|
||||
if not data then
|
||||
|
||||
Reference in New Issue
Block a user