mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
Naming Standardization
webint shall be the common word used now, replaced all instances of webinterface or webAPI with that one phrase. Should make it easier to read and search.
This commit is contained in:
@@ -208,9 +208,9 @@ var/list/gamemode_cache = list()
|
||||
|
||||
var/aggressive_changelog = 0
|
||||
|
||||
//Webinterface settings
|
||||
var/webinterface_enabled = 0
|
||||
var/webinterface_url = ""
|
||||
//Web interface settings
|
||||
var/webint_enabled = 0
|
||||
var/webint_url = ""
|
||||
|
||||
/datum/configuration/New()
|
||||
var/list/L = typesof(/datum/game_mode) - /datum/game_mode
|
||||
@@ -678,11 +678,11 @@ var/list/gamemode_cache = list()
|
||||
if("show_auxiliary_roles")
|
||||
config.show_auxiliary_roles = 1
|
||||
|
||||
if("use_webinterface")
|
||||
config.webinterface_enabled = 1
|
||||
if("use_webint")
|
||||
config.webint_enabled = 1
|
||||
|
||||
if("webinterface_url")
|
||||
config.webinterface_url = 1
|
||||
if("webint_url")
|
||||
config.webint_url = 1
|
||||
|
||||
else
|
||||
log_misc("Unknown setting in configuration: '[name]'")
|
||||
|
||||
Reference in New Issue
Block a user