Skip to content

Commit 720c398

Browse files
committed
兼容新的bee.net
1 parent 793fa4a commit 720c398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/proto/proto.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ function m.listen(mode, socketPort)
262262
net.update()
263263
end)
264264

265-
function server:on_accept(client)
265+
function server:on_accepted(client)
266266
t:remove()
267267
m.client = client
268268
client:write(dummyClient.buf)

0 commit comments

Comments
 (0)