Skip to content

Commit

Permalink
you saw nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStonedOne committed Feb 9, 2016
1 parent a0bba45 commit be51ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/garbage.dm
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ var/datum/subsystem/garbage_collector/SSgarbage
return FALSE
if(D.gc_destroyed)
return TRUE
if(SSgarbage && tobequeued && tobequeued.len && D in tobequeued)
if(SSgarbage && SSgarbage.tobequeued && SSgarbage.tobequeued.len && D in SSgarbage.tobequeued)
return TRUE
return FALSE

Expand Down

0 comments on commit be51ea1

Please sign in to comment.