From 198bcd384db1016a935f796ff7a912c114e8ad93 Mon Sep 17 00:00:00 2001 From: monster860 Date: Tue, 12 Apr 2016 17:53:54 -0400 Subject: [PATCH] travis --- code/modules/admin/buildmode.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/buildmode.dm b/code/modules/admin/buildmode.dm index 0e5c5759bf6..455bea43014 100644 --- a/code/modules/admin/buildmode.dm +++ b/code/modules/admin/buildmode.dm @@ -115,7 +115,7 @@ /obj/effect/buildmode_line/Destroy() if(I) if(istype(cl)) - cl.image -= I + cl.images -= I cl = null qdel(I) I = null