Stop hitting the windoor after it has finished opening/closing. (#76094)

## About The Pull Request
Fixes #64315

So annoying

## Changelog
🆑
fix: you don't hit the windoor after it has finished opening/closing.
/🆑
This commit is contained in:
SyncIt21
2023-06-17 18:26:59 +02:00
committed by GitHub
parent 55c1cbec7f
commit 54ea3658e5
+2 -1
View File
@@ -407,7 +407,8 @@
try_to_activate_door(user)
/obj/machinery/door/window/try_to_activate_door(mob/user, access_bypass = FALSE)
if (..())
. = ..()
if(.)
autoclose = FALSE
/obj/machinery/door/window/unrestricted_side(mob/opener)