mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
Makes the global ban option the default selected option (#23025)
Makes the global ban option the default
This commit is contained in:
@@ -170,7 +170,7 @@
|
||||
return ban_cache
|
||||
|
||||
|
||||
/datum/admins/proc/ban_panel(player_key, player_ip, player_cid, role, duration = 1440, applies_to_admins, reason, edit_id, page, admin_key, global_ban) // SKYRAT EDIT CHANGE - MULTISERVER
|
||||
/datum/admins/proc/ban_panel(player_key, player_ip, player_cid, role, duration = 1440, applies_to_admins, reason, edit_id, page, admin_key, global_ban = TRUE) // SKYRAT EDIT CHANGE - MULTISERVER
|
||||
if (duration == BAN_PANEL_PERMANENT)
|
||||
duration = null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user