From 763942045584504e6be78629c278ec6ad592de9d Mon Sep 17 00:00:00 2001 From: warmist Date: Mon, 17 Aug 2015 10:07:20 +0300 Subject: [PATCH] Update luasocket.lua --- plugins/lua/luasocket.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/lua/luasocket.lua b/plugins/lua/luasocket.lua index 34cfeed38..da0f0fe38 100644 --- a/plugins/lua/luasocket.lua +++ b/plugins/lua/luasocket.lua @@ -50,7 +50,7 @@ function server:accept() if id~=nil then return client{server_id=self.server_id,client_id=id} else - return + return end end @@ -64,4 +64,4 @@ function tcp:connect( address,port ) return client{client_id=id} end --TODO garbage collect stuff -return _ENV \ No newline at end of file +return _ENV