Job whitelist removal (#9163)

This commit is contained in:
Guti
2024-10-06 22:12:50 +02:00
committed by GitHub
parent 9840952f90
commit c2d07ac951
12 changed files with 12 additions and 45 deletions

View File

@@ -4,7 +4,7 @@
/datum/configuration
var/discord_restriction = FALSE
var/use_jobwhitelist = TRUE
var/use_jobwhitelist = FALSE
var/emojis = FALSE
var/vorefootstep_volume = 75 //In future see about making a function to adjust volume serverside in config.txt, easy to do with reenable values. - Jack

View File

@@ -3,7 +3,7 @@
// default = FALSE
/datum/config_entry/flag/use_jobwhitelist
default = TRUE
default = FALSE
// FIXME: Unused
///datum/config_entry/flag/emojis

View File

@@ -34,7 +34,7 @@
/// Hours
/datum/config_entry/number/pto_cap
default = 100
default = 200
protection = CONFIG_ENTRY_LOCKED
/datum/config_entry/flag/require_flavor