mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Pause menu: Fix segfault on u/down key input
This commit is contained in:
parent
6591597430
commit
1d64e6537c
1 changed files with 1 additions and 7 deletions
|
@ -171,13 +171,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") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue