plugins/mod_c2s.lua
changeset 7103 301d58705667
parent 6380 4220ffb87b22
child 7104 f83211f4d776
child 7224 56e65b1e54e8
--- a/plugins/mod_c2s.lua	Fri Jan 22 02:00:43 2016 +0100
+++ b/plugins/mod_c2s.lua	Tue Jan 26 00:28:07 2016 +0100
@@ -275,7 +275,7 @@
 	for _, session in pairs(sessions) do
 		session:close{ condition = "system-shutdown", text = reason };
 	end
-end, 1000);
+end, -100);