fixes config errors (#4315)

* fixes

* augh

Co-authored-by: VM_USER <VM_USER>
This commit is contained in:
silicons
2022-08-04 03:57:26 -07:00
committed by GitHub
parent 9bc6bb8661
commit bcdcae26f8
3 changed files with 3 additions and 8 deletions

View File

@@ -627,5 +627,6 @@
else if(talkative) else if(talkative)
src.talking_atom = new(src) src.talking_atom = new(src)
LAZYSET(new_item.origin_tech, TECH_ARCANE, 1) if(new_item)
LAZYSET(new_item.origin_tech, TECH_PRECURSOR, 1) LAZYSET(new_item.origin_tech, TECH_ARCANE, 1)
LAZYSET(new_item.origin_tech, TECH_PRECURSOR, 1)

View File

@@ -45,9 +45,6 @@ CLIENT_ERROR_MESSAGE Your version of byond is not supported. Please upgrade.
## The minimum build needed for joining the server, if using 512, a good minimum build would be 1421 as that disables the Middle Mouse Button exploit. ## The minimum build needed for joining the server, if using 512, a good minimum build would be 1421 as that disables the Middle Mouse Button exploit.
CLIENT_ERROR_BUILD 1421 CLIENT_ERROR_BUILD 1421
## TAGLINE - Hub tagline
TAGLINE <br><small><a href='https://discord.gg/citadelstation'>Roleplay focused 18+ server with extensive species choices.</a></small></br>
## Assets can opt-in to caching their results into `tmp`. ## Assets can opt-in to caching their results into `tmp`.
## This is important, as preferences assets take upwards of 30 seconds (without sleeps) to collect. ## This is important, as preferences assets take upwards of 30 seconds (without sleeps) to collect.
## The cache is assumed to be cleared by TGS recompiling, which deletes `tmp`. ## The cache is assumed to be cleared by TGS recompiling, which deletes `tmp`.

View File

@@ -36,6 +36,3 @@ BSQL_THREAD_LIMIT 50
## Uncomment to enable verbose BSQL communication logs ## Uncomment to enable verbose BSQL communication logs
#BSQL_DEBUG #BSQL_DEBUG
## Time to wait before considering a query as lingering too long
@QUERY_DEBUG_LOG_TIMEOUT 70