From e0c710107a8332c52d9d33bce0eecfc5db3dffb8 Mon Sep 17 00:00:00 2001 From: Maik Wild Date: Sat, 21 Oct 2017 23:58:35 +0200 Subject: [PATCH] Added debug text --- custom_commands.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/custom_commands.lua b/custom_commands.lua index 8c5d4ba6..6d6100d7 100644 --- a/custom_commands.lua +++ b/custom_commands.lua @@ -426,6 +426,8 @@ local function get_group() for i=2,174 do group.set_allows_action(i, false) end + else + game.print("This would have nearly crashed the server, please consult the next best scenario dev (valansch or TWLtriston).") end end return group