mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-17 23:18:22 +00:00
Add rule Zone:EnableEntityClipping
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user