Zone optimizations

This commit is contained in:
Akkadius
2024-11-14 05:30:33 -06:00
parent 75698a809f
commit 010ba01ee7
8 changed files with 116 additions and 4 deletions
+1 -1
View File
@@ -417,7 +417,7 @@ public:
SendDiscordMessage(webhook_id, message_prefix + Discord::FormatDiscordMessage(log_category, message));
};
double GetMaxMovementUpdateRange() const { return max_movement_update_range; }
double GetMaxUpdateRange() const { return max_movement_update_range; }
void SetIsHotzone(bool is_hotzone);