mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-31 01:06:28 +01:00
Fix latejoin panel slot displays (#281)
Fixes a redundant display of job slots on the latejoin panel, caused by non-modular edits.
This commit is contained in:
@@ -594,7 +594,7 @@
|
||||
if(job in GLOB.command_positions)
|
||||
command_bold = " command"
|
||||
//Sandstorm changes
|
||||
var/jobline = "[job_datum.title] ([job_datum.current_positions])"
|
||||
var/jobline = "[job_datum.title]"
|
||||
if(job_datum in SSjob.prioritized_jobs)
|
||||
jobline = "<span class='priority'>[jobline]</span>"
|
||||
if(client && client.prefs && client.prefs.alt_titles_preferences[job_datum.title])
|
||||
|
||||
Reference in New Issue
Block a user