From c2baffa72fd9718ed058b513bdea5d6fb0415264 Mon Sep 17 00:00:00 2001 From: Runa Dacino Date: Fri, 25 Dec 2020 04:31:10 +0100 Subject: [PATCH] Changes formatting of respawn_message 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 2b7aa15bbc0..67d14623cf6 100644 --- a/code/controllers/configuration.dm +++ b/code/controllers/configuration.dm @@ -496,7 +496,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