mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
Purges a Bunch of In World Calls (#13641)
* Purges a Bunch of In World Calls * tweaks and fixes also typeless lists * typeless * fixes * tweak
This commit is contained in:
@@ -47,7 +47,7 @@ GLOBAL_DATUM_INIT(centcomm_store, /datum/store, new())
|
||||
return 1
|
||||
|
||||
/datum/store/proc/reconnect_database()
|
||||
for(var/obj/machinery/computer/account_database/DB in world)
|
||||
for(var/obj/machinery/computer/account_database/DB in GLOB.machines)
|
||||
if(is_station_level(DB.z))
|
||||
linked_db = DB
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user