mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
This reverts commit 07e41392ef.
This commit is contained in:
@@ -76,6 +76,7 @@
|
||||
|
||||
|
||||
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
|
||||
|
||||
// BSQL things
|
||||
var/bsql_debug = 0
|
||||
@@ -583,6 +584,8 @@
|
||||
|
||||
if("multiz_render_cap")
|
||||
multiz_render_cap = text2num(value)
|
||||
if("multiz_bottom_cap")
|
||||
multiz_bottom_cap = text2num(value)
|
||||
|
||||
if("media_base_url")
|
||||
media_base_url = value
|
||||
|
||||
Reference in New Issue
Block a user