mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-24 23:45:20 +01:00
Fix game pause in singleplayer
This commit is contained in:
@@ -2320,6 +2320,7 @@ bool GUIFormSpecMenu::OnEvent(const SEvent& event)
|
||||
kp == getKeySetting("keymap_inventory")))
|
||||
{
|
||||
if (m_allowclose){
|
||||
doPause = false;
|
||||
acceptInput(quit_mode_cancel);
|
||||
quitMenu();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user