From 2d667236db2071c41dfc7fc498157c2786048463 Mon Sep 17 00:00:00 2001 From: Zughy <4279489-marco_a@users.noreply.gitlab.com> Date: Sun, 23 Jan 2022 00:46:38 +0100 Subject: [PATCH] More tracebacks --- src/api/in_game.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/in_game.lua b/src/api/in_game.lua index 26f6408..b1d634f 100755 --- a/src/api/in_game.lua +++ b/src/api/in_game.lua @@ -175,7 +175,7 @@ function arena_lib.load_celebration(mod, arena, winner_name) -- se era giĆ  in celebrazione if arena.in_celebration then - minetest.log("error", "[" .. mod .. "] There was an attempt to call the celebration phase while already in it. This shall not be done, aborting...") + minetest.log("error", debug.traceback("[" .. mod .. "] There was an attempt to call the celebration phase while already in it. This shall not be done, aborting...")) return end arena.in_celebration = true