mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 01:29:21 +02:00
My bad, wrong function name.
This commit is contained in:
parent
8abefb1505
commit
4591a37844
@ -1439,7 +1439,7 @@ bool Game::canPerformGameAction()
|
||||
// - we have a game protocol
|
||||
// - the game protocol is connected
|
||||
// - its not a bot action
|
||||
return m_online && m_localPlayer && !m_localPlayer->isDead() && !m_dead && m_protocolGame && m_protocolGame->isConnected() && checkStackTrace();
|
||||
return m_online && m_localPlayer && !m_localPlayer->isDead() && !m_dead && m_protocolGame && m_protocolGame->isConnected() && checkBotProtection();
|
||||
}
|
||||
|
||||
void Game::setProtocolVersion(int version)
|
||||
|
Loading…
x
Reference in New Issue
Block a user