mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-24 17:32:39 +08:00
Improve protections (#428)
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user