mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-30 12:02:24 +00:00
Remove config.webint_enabled
Depracted in favour of using config.webint_url in general. Just checks if it's defined, and if so, we'll consider it active and in use.
This commit is contained in:
@@ -209,7 +209,6 @@ var/list/gamemode_cache = list()
|
||||
var/aggressive_changelog = 0
|
||||
|
||||
//Web interface settings
|
||||
var/webint_enabled = 0
|
||||
var/webint_url = ""
|
||||
|
||||
/datum/configuration/New()
|
||||
@@ -678,11 +677,8 @@ var/list/gamemode_cache = list()
|
||||
if("show_auxiliary_roles")
|
||||
config.show_auxiliary_roles = 1
|
||||
|
||||
if("use_webint")
|
||||
config.webint_enabled = 1
|
||||
|
||||
if("webint_url")
|
||||
config.webint_url = 1
|
||||
config.webint_url = value
|
||||
|
||||
else
|
||||
log_misc("Unknown setting in configuration: '[name]'")
|
||||
|
||||
Reference in New Issue
Block a user