From 54db9ac4a479fc5e19d8f29ea69d8fb4bde139f0 Mon Sep 17 00:00:00 2001 From: Novacat <35587478+Novacat@users.noreply.github.com> Date: Thu, 24 Dec 2020 23:17:21 -0500 Subject: [PATCH] Merge pull request #9515 from Runa-Dacino/ConfigurationFormatting Changes formatting for RESPAWN_MESSAGE configuration to be more visible --- code/controllers/configuration.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/controllers/configuration.dm b/code/controllers/configuration.dm index 9ed451cd40..6e9d32f90f 100644 --- a/code/controllers/configuration.dm +++ b/code/controllers/configuration.dm @@ -499,7 +499,7 @@ var/list/gamemode_cache = list() config.respawn_time = raw_minutes MINUTES if ("respawn_message") - config.respawn_message = value + config.respawn_message = "[value]" if ("servername") config.server_name = value