Fix space.

This commit is contained in:
Markolie
2014-11-04 03:14:35 +01:00
parent a0abc79368
commit 69aad225d0
@@ -131,7 +131,7 @@
/obj/structure/closet/proc/toggle(mob/user as mob)
if(!(src.opened ? src.close() : src.open()))
user << "<span class='notice'>It won't budge!</span>"
return
return
// this should probably use dump_contents()
/obj/structure/closet/ex_act(severity)