Improve protections again and player database (#606)

This commit is contained in:
maybegreat48
2022-11-19 01:49:36 +00:00
committed by GitHub
parent ffa2d74b60
commit ab49103171
49 changed files with 1416 additions and 803 deletions

View File

@ -45,6 +45,10 @@ namespace big
std::chrono::system_clock::time_point m_last_transition_msg_sent{};
int m_num_failed_transition_attempts = 0;
bool is_modder = false;
bool block_join = false;
int block_join_reason = 0;
protected:
bool equals(const CNetGamePlayer* net_game_player) const;