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

This commit is contained in:
AffectedArc07
2021-11-27 19:58:10 +01:00
committed by GitHub
parent 40222cdd6e
commit 4356dc746f
11 changed files with 141 additions and 530 deletions
-11
View File
@@ -412,17 +412,6 @@
flag_account_for_forum_sync(pckey)
/client/proc/DB_ban_panel()
set category = "Admin"
set name = "Banning Panel"
set desc = "DB Ban Panel"
if(!check_rights(R_BAN))
return
holder.DB_ban_panel()
/datum/admins/proc/DB_ban_panel(playerckey = null, adminckey = null, playerip = null, playercid = null, dbbantype = null, match = null)
if(!usr.client)