Updates some admin stuff (#15297)

* Fixes camera view

* Unique CID tracking notes

* Ban tracking

* Note round IDs

* Karma viewing

* Minor tweak

* Manual ban job bans

* More tweaks

* Farie tweaks

* Connection result field

* Orange watchlist names

* Autopopulate tickbox
This commit is contained in:
AffectedArc07
2021-01-16 16:38:45 -05:00
committed by GitHub
parent 787b2ad39a
commit adb9b58f8e
24 changed files with 462 additions and 49 deletions
+5
View File
@@ -274,6 +274,9 @@
/// Limit of how many SQL threads can run at once
var/rust_sql_thread_limit = 50
/// Max amount of CIDs that one ckey can have attached to them before they trip a warning
var/max_client_cid_history = 3
/datum/configuration/New()
for(var/T in subtypesof(/datum/game_mode))
var/datum/game_mode/M = T
@@ -765,6 +768,8 @@
// End discord stuff
if("centcom_ban_db_url")
centcom_ban_db_url = value
if("max_client_cid_history")
max_client_cid_history = text2num(value)
else
log_config("Unknown setting in configuration: '[name]'")