Fixed issue with deathwindow
This commit is contained in:
parent
0938e22eb9
commit
d6105a98d1
|
@ -17,6 +17,7 @@ end
|
||||||
function reset()
|
function reset()
|
||||||
if deathWindow then
|
if deathWindow then
|
||||||
deathWindow:destroy()
|
deathWindow:destroy()
|
||||||
|
deathWindow = nil
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue