Emergency shuttle console no longer reopens its UI on its own (#86822)

## About The Pull Request

Closes #52590

## Changelog
🆑
fix: Emergency shuttle console no longer reopens its UI on its own
/🆑
This commit is contained in:
SmArtKar
2024-09-22 18:14:25 +02:00
committed by GitHub
parent 061ba1a59a
commit ddfb7c3261
+2 -2
View File
@@ -136,7 +136,7 @@
minor_announce("Early launch authorization revoked, [remaining] authorizations needed")
acted_recently += user
ui_interact(user)
SStgui.update_user_uis(user, src)
/obj/machinery/computer/emergency_shuttle/proc/authorize(mob/living/user, source)
var/obj/item/card/id/ID = user.get_idcard(TRUE)
@@ -159,7 +159,7 @@
/obj/machinery/computer/emergency_shuttle/proc/clear_recent_action(mob/user)
acted_recently -= user
if (!QDELETED(user))
ui_interact(user)
SStgui.update_user_uis(user, src)
/obj/machinery/computer/emergency_shuttle/process()
// Launch check is in process in case auth_need changes for some reason