diff options
-rw-r--r-- | core/sessionmanager.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/sessionmanager.lua b/core/sessionmanager.lua index 93ba3b84..0d65f6d6 100644 --- a/core/sessionmanager.lua +++ b/core/sessionmanager.lua @@ -55,11 +55,6 @@ function destroy_session(session) 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 |