[Performance] Clear Wearchange Deduplication Cache

This commit is contained in:
Chris Miles
2025-06-30 13:36:00 -05:00
parent 07d484597d
commit b784d40620
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -211,6 +211,7 @@ public:
uint16 m_last_wearchange_race_id = 0;
// client_id -> slot_id -> key
std::unordered_map<uint32_t, std::unordered_map<uint8_t, uint64_t>> m_last_seen_wearchange;
Timer m_clear_wearchange_cache_timer;
// Bot attack flag
Timer bot_attack_flag_timer;