* Missed in last commit.
This commit is contained in:
parent
81e6cf210e
commit
03ca792dbd
|
@ -1054,7 +1054,7 @@ void Game::mount(bool mount)
|
||||||
{
|
{
|
||||||
if(!canPerformGameAction())
|
if(!canPerformGameAction())
|
||||||
return;
|
return;
|
||||||
m_protocolGame->sendMounted(mount);
|
m_protocolGame->sendMountStatus(mount);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Game::checkBotProtection()
|
bool Game::checkBotProtection()
|
||||||
|
|
Loading…
Reference in New Issue