diff --git a/code/modules/admin/sql_ban_system.dm b/code/modules/admin/sql_ban_system.dm index 12e9e040599..4ce8b472bce 100644 --- a/code/modules/admin/sql_ban_system.dm +++ b/code/modules/admin/sql_ban_system.dm @@ -214,13 +214,12 @@ "} break_counter++ output += "" - //standard deparments all have identical handling + //standard departments all have identical handling var/list/job_lists = list("Security" = GLOB.security_positions, "Engineering" = GLOB.engineering_positions, "Medical" = GLOB.medical_positions, "Science" = GLOB.science_positions, - "Supply" = GLOB.supply_positions, - "Silicon" = GLOB.nonhuman_positions) //another cheat for simplicity + "Supply" = GLOB.supply_positions) for(var/department in job_lists) //the first element is the department head so they need the same javascript call as above output += "