net/connlisteners.lua

branch
s2s
changeset 145
fbb3a4ff9cf1
parent 127
93f3c6b94c75
child 380
2b22b8eee939
--- a/net/connlisteners.lua	Thu Oct 23 19:10:16 2008 +0100
+++ b/net/connlisteners.lua	Fri Oct 24 03:06:55 2008 +0100
@@ -28,7 +28,6 @@
 	if not h then
 		pcall(dofile, "net/"..name:gsub("[^%w%-]", "_").."_listener.lua");
 		h = listeners[name];
-		
 	end
 	return h;
 end

mercurial