mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 16:13:19 +01:00
Fixes selecting datums through SDQL2
This commit is contained in:
@@ -252,6 +252,11 @@
|
||||
if(istype(d, type))
|
||||
out += d
|
||||
|
||||
else if(location == world)
|
||||
for(var/datum/d)
|
||||
if(istype(d, type))
|
||||
out += d
|
||||
|
||||
else
|
||||
for(var/datum/d in location)
|
||||
if(istype(d, type))
|
||||
|
||||
Reference in New Issue
Block a user