Merge with waqas

Sun, 16 Nov 2008 00:30:13 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Sun, 16 Nov 2008 00:30:13 +0000
changeset 320
b7a24b0ce767
parent 319
4a8a949c3870 (current diff)
parent 317
dcb5bce69a0f (diff)
child 321
31fe15ce6fac
child 401
96e2019d112d

Merge with waqas

--- a/core/sessionmanager.lua	Sun Nov 16 00:29:15 2008 +0000
+++ b/core/sessionmanager.lua	Sun Nov 16 00:30:13 2008 +0000
@@ -55,11 +55,6 @@
 	end
 end
 
-function send_to_session(session, data)
-	log("debug", "Sending: %s", tostring(data));
-	session.conn.write(tostring(data));
-end
-
 function make_authenticated(session, username)
 	session.username = username;
 	if session.type == "c2s_unauthed" then

mercurial