From 479ea2068d76ac6e2da20c52872e80cf2bf4254e Mon Sep 17 00:00:00 2001 From: Kyle Spier-Swenson Date: Tue, 17 Mar 2020 22:23:58 -0700 Subject: [PATCH] Fixes the version name. --- code/_globalvars/configuration.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/_globalvars/configuration.dm b/code/_globalvars/configuration.dm index 7c5715e1bb7..527ab1abad9 100644 --- a/code/_globalvars/configuration.dm +++ b/code/_globalvars/configuration.dm @@ -4,7 +4,7 @@ GLOBAL_DATUM(revdata, /datum/getrev) GLOBAL_VAR(host) GLOBAL_VAR(station_name) -GLOBAL_VAR_INIT(game_version, "/tg/ Station 13") +GLOBAL_VAR_INIT(game_version, "/tg/Station 13") GLOBAL_VAR_INIT(changelog_hash, "") GLOBAL_VAR_INIT(hub_visibility, FALSE)