Skip to content

Commit f96930c

Browse files
authored
fixes bug
1 parent 9bce7be commit f96930c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/proto/proto.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ function m.listen(mode, socketPort)
265265
function server:on_accepted(client)
266266
m.client = client
267267
client:write(dummyClient.buf)
268+
return true
268269
end
269270

270271
pub.task('loadProtoBySocket', {

0 commit comments

Comments
 (0)