Now stopping skills on pre_quit

This commit is contained in:
Giov4 2023-02-26 14:40:33 +01:00
parent 827a6ab9be
commit f0349101c6

View File

@ -99,4 +99,5 @@ end)
arena_lib.on_prequit("fantasy_brawl", function(arena, pl_name)
if arena.in_loading then return false end
fbrawl.stop_skills(pl_name)
end)