less redtext - updates anomalies
This commit is contained in:
@@ -258,7 +258,7 @@
|
||||
if(!GLOB.bsa_unlock)
|
||||
return
|
||||
var/list/gps_locators = list()
|
||||
for(var/obj/item/gps/G in GLOB.GPS_list) //nulls on the list somehow
|
||||
for(var/datum/component/gps/G in GLOB.GPS_list) //nulls on the list somehow
|
||||
if(G.tracking)
|
||||
gps_locators[G.gpstag] = G
|
||||
|
||||
|
||||
Reference in New Issue
Block a user