mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2025-12-10 19:12:07 +00:00
fixes config errors (#4315)
* fixes * augh Co-authored-by: VM_USER <VM_USER>
This commit is contained in:
@@ -627,5 +627,6 @@
|
||||
|
||||
else if(talkative)
|
||||
src.talking_atom = new(src)
|
||||
LAZYSET(new_item.origin_tech, TECH_ARCANE, 1)
|
||||
LAZYSET(new_item.origin_tech, TECH_PRECURSOR, 1)
|
||||
if(new_item)
|
||||
LAZYSET(new_item.origin_tech, TECH_ARCANE, 1)
|
||||
LAZYSET(new_item.origin_tech, TECH_PRECURSOR, 1)
|
||||
|
||||
@@ -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.
|
||||
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`.
|
||||
## 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`.
|
||||
|
||||
@@ -36,6 +36,3 @@ BSQL_THREAD_LIMIT 50
|
||||
|
||||
## Uncomment to enable verbose BSQL communication logs
|
||||
#BSQL_DEBUG
|
||||
|
||||
## Time to wait before considering a query as lingering too long
|
||||
@QUERY_DEBUG_LOG_TIMEOUT 70
|
||||
|
||||
Reference in New Issue
Block a user