mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Removes faulty attempt of garbage collecting.
This commit is contained in:
@@ -255,8 +255,7 @@ var/global/photo_count = 0
|
||||
viewer = user.client.eye
|
||||
var/can_see = (dummy in viewers(world.view, viewer))
|
||||
|
||||
dummy.loc = null
|
||||
dummy = null //Alas, nameless creature //garbage collect it instead
|
||||
del(dummy)
|
||||
return can_see
|
||||
|
||||
/obj/item/device/camera/proc/captureimage(atom/target, mob/user, flag)
|
||||
|
||||
Reference in New Issue
Block a user