mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 20:43:26 +02:00
Added enter / escape button to minimap flag window
This commit is contained in:
@@ -1356,7 +1356,6 @@ void Game::mount(bool mount)
|
||||
{
|
||||
if(!canPerformGameAction())
|
||||
return;
|
||||
|
||||
m_protocolGame->sendMountStatus(mount);
|
||||
}
|
||||
|
||||
@@ -1371,7 +1370,6 @@ void Game::answerModalDialog(int dialog, int button, int choice)
|
||||
{
|
||||
if(!canPerformGameAction())
|
||||
return;
|
||||
|
||||
m_protocolGame->sendAnswerModalDialog(dialog, button, choice);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user