Ban refactor part 2/3 - Kills off savefile bans (#17135)

This commit is contained in:
AffectedArc07
2021-11-27 18:58:10 +00:00
committed by GitHub
parent 40222cdd6e
commit 4356dc746f
11 changed files with 141 additions and 530 deletions
+1 -4
View File
@@ -409,10 +409,7 @@ GLOBAL_LIST_INIT(admin_verbs_ticket, list(
if(!check_rights(R_BAN))
return
if(!GLOB.configuration.general.use_database_bans)
holder.unbanpanel()
else
holder.DB_ban_panel()
holder.DB_ban_panel()
SSblackbox.record_feedback("tally", "admin_verb", 1, "Ban Panel") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
return