From be071c7103adc469739a0ce961e8cf90759ad98c Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 2 Jul 2013 22:40:19 +0200 Subject: [PATCH] Fix deathwindow issue --- modules/game_playerdeath/playerdeath.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/game_playerdeath/playerdeath.lua b/modules/game_playerdeath/playerdeath.lua index 361076af..010c1ecf 100644 --- a/modules/game_playerdeath/playerdeath.lua +++ b/modules/game_playerdeath/playerdeath.lua @@ -47,7 +47,7 @@ function openWindow() deathWindow = nil end local cancelFunc = function() - modules.game_interface.logout() + g_game.safeLogout() cancelButton:getParent():destroy() deathWindow = nil end