Skip to content

Commit

Permalink
Update preferences.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
DexterDude authored Dec 8, 2024
1 parent 1d967fb commit 531bb04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/client/preferences.dm
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ GLOBAL_LIST_INIT(bgstate_options, list(

var/host_bypass = FALSE
if(user.client?.admin_holder?.check_for_rights(R_HOST))
host_bypass = FALSE
host_bypass = TRUE

var/HTML = "<body>"
HTML += "<tt><center>"
Expand Down

0 comments on commit 531bb04

Please sign in to comment.