Add rule Zone:EnableEntityClipping

This commit is contained in:
Akkadius
2024-11-19 02:04:55 -06:00
parent 9780623fea
commit 92cc457067
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -289,7 +289,7 @@ bool Client::Process() {
entity_list.ScanCloseMobs(this);
}
if (m_see_close_mobs_timer.Check() && RuleB(Zone, AkkadiusTempPerformanceFeatureFlag)) {
if (RuleB(Zone, EnableEntityClipping) && m_see_close_mobs_timer.Check() && RuleB(Zone, AkkadiusTempPerformanceFeatureFlag)) {
entity_list.UpdateVisibility(this);
}