Skip to content

Commit

Permalink
tweak: review suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Malek <[email protected]>
  • Loading branch information
CPU-Blanc and scrdest committed Jun 23, 2024
1 parent 63fcb42 commit 0df4da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/admin/topic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@

//Unbanning job list
//all jobs in job list are banned already OR we didn't give a reason (implying they shouldn't be banned)
if(length(bannedlist))
if(LAZYLEN(bannedlist))
if(!config.ban_legacy_system)
to_chat(usr, "Unfortunately, database based unbanning cannot be done through this panel")
DB_ban_panel(M.ckey)
Expand Down

0 comments on commit 0df4da2

Please sign in to comment.