cleaned up world/New, unused stuff (#31194)

This commit is contained in:
DamianX
2021-11-04 18:57:23 +01:00
committed by GitHub
parent eb7014e2b1
commit 50b3c28e93
11 changed files with 28 additions and 322 deletions

View File

@@ -69,12 +69,11 @@
var/usewhitelist = 0
var/kick_inactive = 0 //force disconnect for inactive players
var/load_jobs_from_txt = 0
var/ToRban = 0
var/automute_on = 0 //enables automuting/spam prevention
var/jobs_have_minimal_access = 0 //determines whether jobs use minimal access or expanded access.
var/copy_logs = null
var/multiz_render_cap = 8 //how far down open spaces will render
var/multiz_bottom_cap = 16 //how far down open spaces will detect for a bottom
@@ -504,9 +503,6 @@
if("humans_need_surnames")
humans_need_surnames = 1
if("tor_ban")
ToRban = 1
if("automute_on")
automute_on = 1
@@ -581,7 +577,7 @@
if("bsql_thread_limit")
bsql_thread_limit = text2num(value)
if("multiz_render_cap")
multiz_render_cap = text2num(value)
if("multiz_bottom_cap")