We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dc643d commit ea9bda0Copy full SHA for ea9bda0
1 file changed
source/server/ai/zoning_core.qc
@@ -28,9 +28,11 @@ string zone_version;
28
float zone_timer;
29
30
float num_zones;
31
-// offset zone check delay to every 3 seconds
+// offset zone check delay to every 2.75 seconds
32
// in attempt to reduce calculation load
33
-float zone_timer_delay = 3;
+// tested against values produced by ai_delay_time
34
+// to ensure we are running seperately from pathfinding
35
+float zone_timer_delay = 2.75;
36
// zone_changed returns true if the current zone is different
37
// from the previous zone
38
float zone_changed;
0 commit comments