Improve protections (#428)

This commit is contained in:
maybegreat48
2022-08-29 10:26:18 +00:00
committed by GitHub
parent 91754f3e0e
commit 25c754ffa6
7 changed files with 207 additions and 31 deletions

View File

@ -38,6 +38,9 @@ namespace big
bool never_wanted = false;
std::chrono::system_clock::time_point m_last_transition_msg_sent{};
int m_num_failed_transition_attempts = 0;
protected:
bool equals(const CNetGamePlayer* net_game_player) const;