# HG changeset patch # User Matthew Wild # Date 1226795413 0 # Node ID b7a24b0ce767a67a539e880865e78628f313142e # Parent 4a8a949c3870af1e04d6f35dc301245dcf9b50b1# Parent dcb5bce69a0f4ef9c05721c5cb1a1008ce73abeb Merge with waqas diff -r 4a8a949c3870 -r b7a24b0ce767 core/sessionmanager.lua --- 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