Skip to content

Commit

Permalink
[MIRROR] [s]Fix exploit that allows players to close every single tgu…
Browse files Browse the repository at this point in the history
…i window for all players (#284)

* [s]Fix exploit that allows players to close every single tgui window for all players (#80768)

Fixes #80767

* [s]Fix exploit that allows players to close every single tgui window for all players

---------

Co-authored-by: Kyle Spier-Swenson <[email protected]>
Co-authored-by: NovaBot <[email protected]>
  • Loading branch information
3 people authored and FFMirrorBot committed Jan 3, 2024
1 parent a8c85ec commit 8de5b1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
if(atom_storage.locked == STORAGE_FULLY_LOCKED)
atom_storage.locked = STORAGE_NOT_LOCKED
replace_beaker(user)
SStgui.close_all_uis()
SStgui.close_uis(src)
else
atom_storage.locked = STORAGE_FULLY_LOCKED
atom_storage.hide_contents(usr)
Expand Down

0 comments on commit 8de5b1b

Please sign in to comment.