Makes the global ban option the default selected option (#23025)

Makes the global ban option the default
This commit is contained in:
GoldenAlpharex
2023-08-14 16:35:23 -04:00
committed by GitHub
parent a71cd1e287
commit 05a6bc6b1d
+1 -1
View File
@@ -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