[MIRROR] Fixes Massive Radio Overtime, Implements a Spatial Grid System for Faster Searching Over Areas [MDB IGNORE] (#10107)

* Fixes Massive Radio Overtime, Implements a Spatial Grid System for Faster Searching Over Areas

* no spamming pings for upstream :(

* E

* E

Co-authored-by: Kylerace <kylerlumpkin1@gmail.com>
Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com>
Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
SkyratBot
2021-12-23 03:06:56 +00:00
committed by GitHub
co-authored by Kylerace GoldenAlpharex Gandalf
parent 1c422bbda2
commit 119356e97f
74 changed files with 2015 additions and 931 deletions
+1 -1
View File
@@ -731,7 +731,7 @@
if(!T || !istype(T.loc, area_type))
continue
for (var/atom/movable/movable as anything in T)
if (length(movable.client_mobs_in_contents))
if (movable.client_mobs_in_contents)
movable.update_parallax_contents()
/obj/docking_port/mobile/proc/check_transit_zone()