We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bce7be commit f96930cCopy full SHA for f96930c
1 file changed
script/proto/proto.lua
@@ -265,6 +265,7 @@ function m.listen(mode, socketPort)
265
function server:on_accepted(client)
266
m.client = client
267
client:write(dummyClient.buf)
268
+ return true
269
end
270
271
pub.task('loadProtoBySocket', {
0 commit comments