Skip to content

Commit

Permalink
fixes bug
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed Apr 18, 2024
1 parent 9bce7be commit f96930c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/proto/proto.lua
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ function m.listen(mode, socketPort)
function server:on_accepted(client)
m.client = client
client:write(dummyClient.buf)
return true
end

pub.task('loadProtoBySocket', {
Expand Down

0 comments on commit f96930c

Please sign in to comment.