core/s2smanager.lua
changeset 6695 93eefa92527d
parent 6666 d3023dd07cb6
parent 6694 c6c996410064
child 6782 6236668da30a
--- a/core/s2smanager.lua	Wed May 13 22:32:40 2015 +0200
+++ b/core/s2smanager.lua	Thu May 14 00:22:56 2015 +0200
@@ -64,6 +64,7 @@
 
 	function session.send(data) log("debug", "Discarding data sent to resting session: %s", tostring(data)); end
 	function session.data(data) log("debug", "Discarding data received from resting session: %s", tostring(data)); end
+	session.sends2s = session.send;
 	return setmetatable(session, resting_session);
 end