mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-05 15:02:56 +00:00
Startup Runtime Fix (#12922)
This commit is contained in:
@@ -294,6 +294,7 @@ var/list/gamemode_cache = list()
|
||||
// Configurable hostname / port for the NTSL Daemon.
|
||||
var/ntsl_hostname = "localhost"
|
||||
var/ntsl_port = "1945"
|
||||
var/ntsl_disabled = TRUE
|
||||
|
||||
// Is external Auth enabled
|
||||
var/external_auth = FALSE
|
||||
@@ -938,6 +939,8 @@ var/list/gamemode_cache = list()
|
||||
ntsl_hostname = value
|
||||
if ("ntsl_port")
|
||||
ntsl_port = value
|
||||
if ("ntsl_disabled")
|
||||
ntsl_disabled = text2num(value)
|
||||
|
||||
if ("external_auth")
|
||||
external_auth = TRUE
|
||||
|
||||
Reference in New Issue
Block a user