mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
[Performance] Auto Idle / AFK (#4903)
* [Performance] AFK Client Packet Filtering * Player feedback * Update client_packet.cpp * Fixes * Streamline updates to SetAFK * Decouple idling and AFK and manual AFK * Reset clock timer when we take AFK or idle off * Exclude bard songs in non combat zones from resetting timer * GM exclusion adjustments
This commit is contained in:
+1
-1
@@ -2646,7 +2646,7 @@ void Mob::SendStatsWindow(Client* c, bool use_window)
|
||||
Chat::White,
|
||||
fmt::format(
|
||||
" AFK: {} LFG: {} Anon: {} PVP: {} GM: {} Fly Mode: {} ({}) GM Speed: {} Hide Me: {} Invulnerability: {} LD: {} Client Version: {} Tells Off: {}",
|
||||
CastToClient()->AFK ? "Yes" : "No",
|
||||
CastToClient()->m_is_afk ? "Yes" : "No",
|
||||
CastToClient()->LFG ? "Yes" : "No",
|
||||
CastToClient()->GetAnon() ? "Yes" : "No",
|
||||
CastToClient()->GetPVP() ? "Yes" : "No",
|
||||
|
||||
Reference in New Issue
Block a user