mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
cleaned up world/New, unused stuff (#31194)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user