Missed a line.

This commit is contained in:
Segrain
2013-06-18 03:33:56 +03:00
parent 6f5cffa753
commit aa2ab80f6c
+1 -1
View File
@@ -190,7 +190,7 @@
/obj/machinery/door/window/attackby(obj/item/weapon/I as obj, mob/user as mob)
//If it's in the process of opening/closing, ignore the click
if (src.operating)
if (src.operating == 1)
return
//Emags and ninja swords? You may pass.