mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Change in machines to in world again.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user