mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] forward refs in usr dialog (#10115)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
dd1e35202f
commit
90329c46d2
@@ -539,7 +539,7 @@
|
||||
if(allowed(user))
|
||||
locked = !locked
|
||||
to_chat(user, span_notice("Controls are now [locked ? "locked" : "unlocked"]."))
|
||||
updateUsrDialog()
|
||||
updateUsrDialog(user)
|
||||
else
|
||||
to_chat(user, span_notice("Access denied."))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user