diff --git a/code/controllers/configuration.dm b/code/controllers/configuration.dm index 5b2bb73b3bf..1919df19ae6 100644 --- a/code/controllers/configuration.dm +++ b/code/controllers/configuration.dm @@ -85,7 +85,7 @@ var/githuburl = "http://example.org" var/donationsurl = "http://example.org" var/repositoryurl = "http://example.org" - var/discordurl ="http://example.org" + var/discordurl = "http://example.org" var/overflow_server_url var/forbid_singulo_possession = 0 @@ -786,4 +786,4 @@ if(M.can_start()) runnable_modes[M] = probabilities[M.config_tag] // to_chat(world, "DEBUG: runnable_mode\[[runnable_modes.len]\] = [M.config_tag]") - return runnable_modes \ No newline at end of file + return runnable_modes