Remove players from game (without possibility to rejoin) if they did not act within a certain time. Feature is still broken, because the timer is canceled on disconnect.
This commit is contained in:
@@ -133,8 +133,8 @@ public:
|
||||
|
||||
void evaluation(int, int);
|
||||
|
||||
void setIsConnected(bool connected);
|
||||
bool isConnected() const;
|
||||
void setIsSessionActive(bool active);
|
||||
bool isSessionActive() const;
|
||||
void setIsKicked(bool kicked);
|
||||
bool isKicked() const;
|
||||
|
||||
@@ -183,7 +183,7 @@ private:
|
||||
int sBluff;
|
||||
bool sBluffStatus;
|
||||
|
||||
bool m_isConnected;
|
||||
bool m_isSessionActive;
|
||||
bool m_isKicked;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user