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

This commit is contained in:
AffectedArc07
2021-11-27 18:58:10 +00:00
committed by GitHub
parent 40222cdd6e
commit 4356dc746f
11 changed files with 141 additions and 530 deletions
@@ -6,8 +6,6 @@
var/server_tag_line = "The perfect mix of RP & action"
/// Server features in a newline
var/server_features = "Medium RP, varied species/jobs"
/// Should bans be stored in the DB
var/use_database_bans = FALSE
/// Allow character OOC notes
var/allow_character_metadata = TRUE
/// Time in seconds for the pregame lobby
@@ -87,7 +85,6 @@
// Use the load wrappers here. That way the default isnt made 'null' if you comment out the config line
// A lot of bools
CONFIG_LOAD_BOOL(use_database_bans, data["use_database_bans"])
CONFIG_LOAD_BOOL(allow_character_metadata, data["allow_character_metadata"])
CONFIG_LOAD_BOOL(guest_ban, data["guest_ban"])
CONFIG_LOAD_BOOL(allow_antag_hud, data["allow_antag_hud"])