Fixes "Can't Rotate!" being repeated infinitely for reflector boxes (#92982)

This commit is contained in:
Leland Kemble
2025-09-20 06:26:21 -04:00
committed by GitHub
parent 7af3eda4a6
commit 2f2df4308f
@@ -292,6 +292,7 @@
return
if(!can_rotate)
user.balloon_alert(user, "can't rotate!")
ui?.close()
return
ui = SStgui.try_update_ui(user, src, ui)
if(!ui)