diff options
Diffstat (limited to 'script')
-rw-r--r-- | script/proto/proto.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/proto/proto.lua b/script/proto/proto.lua index b0d5d1a9..01ff8238 100644 --- a/script/proto/proto.lua +++ b/script/proto/proto.lua @@ -262,7 +262,7 @@ function m.listen(mode, socketPort) net.update() end) - function server:on_accept(client) + function server:on_accepted(client) t:remove() m.client = client client:write(dummyClient.buf) |