mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 20:43:26 +02:00
Some fixes in entergame and widget clipping
This commit is contained in:
@@ -272,6 +272,7 @@ public:
|
||||
bool checkBotProtection();
|
||||
|
||||
bool isOnline() { return m_online; }
|
||||
bool isLogging() { return !m_online && m_protocolGame; }
|
||||
bool isDead() { return m_dead; }
|
||||
bool isAttacking() { return !!m_attackingCreature; }
|
||||
bool isFollowing() { return !!m_followingCreature; }
|
||||
|
Reference in New Issue
Block a user