Change in machines to in world again.

This commit is contained in:
Erthilo
2014-05-04 21:41:08 +01:00
parent 492388c399
commit b96f2a9d7a

View File

@@ -53,7 +53,7 @@
if(!location) if(!location)
return return
for(var/obj/machinery/account_database/DB in machines) //Hotfix until someone finds out why it isn't in 'machines' for(var/obj/machinery/account_database/DB in world) //Hotfix until someone finds out why it isn't in 'machines'
if(DB.z == location.z) if(DB.z == location.z)
linked_db = DB linked_db = DB
break break