From d6105a98d1521e8b10194eb3540826711bc74e31 Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 12 Nov 2013 15:19:45 +0100 Subject: [PATCH] Fixed issue with deathwindow --- modules/game_playerdeath/playerdeath.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/game_playerdeath/playerdeath.lua b/modules/game_playerdeath/playerdeath.lua index 010c1ecf..5592797b 100644 --- a/modules/game_playerdeath/playerdeath.lua +++ b/modules/game_playerdeath/playerdeath.lua @@ -17,6 +17,7 @@ end function reset() if deathWindow then deathWindow:destroy() + deathWindow = nil end end