Added throttling to some appearance packets, also removed responding to client light packets. With the new light code we'll tell the client when the light has changed not the other way around.

This commit is contained in:
KimLS
2015-02-07 15:54:42 -08:00
parent edbd055277
commit 452b1a1eae
4 changed files with 38 additions and 15 deletions
+5
View File
@@ -1465,6 +1465,11 @@ private:
Timer TrackingTimer;
Timer RespawnFromHoverTimer;
Timer merc_timer;
Timer anim_change_timer;
Timer anon_toggle_timer;
Timer afk_toggle_timer;
Timer helm_toggle_timer;
Timer light_update_timer;
glm::vec3 m_Proximity;