[MIRROR] tgui core 1.8.2 (#10398)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-13 17:00:06 -07:00
committed by GitHub
parent a078b5cf1b
commit f682996b40
11 changed files with 353 additions and 365 deletions

View File

@@ -232,7 +232,7 @@ you will have to do something like if(client.rights & R_ADMIN) yourself.
return TRUE
else
if(show_msg)
to_chat(usr, "<font color='red'>Error: You do not have sufficient rights to do that. You require one of the following flags:[rights2text(rights_required," ")].</font>", confidential = TRUE)
to_chat(usr, span_red("Error: You do not have sufficient rights to do that. You require one of the following flags:[rights2text(rights_required," ")]."), confidential = TRUE)
return FALSE
//probably a bit iffy - will hopefully figure out a better solution