Disable rejoin for players who have been kicked.
This commit is contained in:
@@ -135,6 +135,8 @@ public:
|
||||
|
||||
void setIsConnected(bool connected);
|
||||
bool isConnected() const;
|
||||
void setIsKicked(bool kicked);
|
||||
bool isKicked() const;
|
||||
|
||||
bool checkIfINeedToShowCards();
|
||||
|
||||
@@ -182,6 +184,7 @@ private:
|
||||
bool sBluffStatus;
|
||||
|
||||
bool m_isConnected;
|
||||
bool m_isKicked;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user