More tracebacks

master
Zughy 2022-01-23 00:46:38 +01:00
parent 8adb576356
commit 2d667236db
1 changed files with 1 additions and 1 deletions

View File

@ -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