diff --git a/code/controllers/configuration.dm b/code/controllers/configuration.dm index 4b74a3c7aa0..fa7407ff999 100644 --- a/code/controllers/configuration.dm +++ b/code/controllers/configuration.dm @@ -525,7 +525,7 @@ config.disable_away_missions = 1 if("autoconvert_notes") - config.autoconvert_notes = 1 + config.autoconvert_notes = 1 else diary << "Unknown setting in configuration: '[name]'" diff --git a/config/example/config.txt b/config/example/config.txt index 79dde60cd62..d573e02d0d4 100644 --- a/config/example/config.txt +++ b/config/example/config.txt @@ -159,7 +159,7 @@ GUEST_BAN ## set a server location for world reboot. Don't include the byond://, just give the address and port. # SERVER server.net:port -## forum address +## Forum address # FORUMURL http://example.org ## Wiki address @@ -168,6 +168,9 @@ GUEST_BAN ## Ban appeals URL - usually for a forum or wherever people should go to contact your admins. # BANAPPEALS http://example.org +## Media base URL - determines where to pull the jukebox playlist from. +# MEDIA_BASE_URL http://example.org + ## In-game features ## spawns a spellbook which gives object-type spells instead of verb-type spells for the wizard # FEATURE_OBJECT_SPELL_SYSTEM