mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
Add the known alts panel, which prevents suspicious login logs for whitelisted ckeys (#62520)
* Known alts panel * Add notice before opening panel * DB_MINOR_VERSION * Better ban panel default * Revert dbconfig * Add TTL * Add qdels
This commit is contained in:
@@ -115,6 +115,9 @@
|
||||
|
||||
|
||||
/datum/admins/proc/ban_panel(player_key, player_ip, player_cid, role, duration = 1440, applies_to_admins, reason, edit_id, page, admin_key)
|
||||
if (duration == BAN_PANEL_PERMANENT)
|
||||
duration = null
|
||||
|
||||
var/panel_height = 620
|
||||
if(edit_id)
|
||||
panel_height = 240
|
||||
|
||||
Reference in New Issue
Block a user