Skip to content

Commit

Permalink
slot
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Jan 30, 2024
1 parent 87e7bd8 commit 2faf3fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/client/preferences.dm
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,8 @@ GLOBAL_LIST_INIT(bgstate_options, list(
if(!job)
debug_log("Missing job for prefs: [role_name]")
continue
if(job.flags_startup_parameters & ROLE_HIDDEN)
continue
index++
if((index >= limit) || (job.title in splitJobs))
HTML += "</table></td><td valign='top' width='20%'><table width='100%' cellpadding='1' cellspacing='0'>"
Expand Down

0 comments on commit 2faf3fb

Please sign in to comment.