diff options
Diffstat (limited to 'src/client/game.h')
-rw-r--r-- | src/client/game.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/client/game.h b/src/client/game.h index fd93ef82d..af0b7ef54 100644 --- a/src/client/game.h +++ b/src/client/game.h @@ -188,13 +188,7 @@ struct LocalFormspecHandler : public TextDest return; } - if (fields.find("quit") != fields.end()) { - return; - } - - if (fields.find("btn_continue") != fields.end()) { - return; - } + return; } if (m_formname == "MT_DEATH_SCREEN") { |