Fixes the version name.

This commit is contained in:
Kyle Spier-Swenson
2020-03-17 22:23:58 -07:00
committed by GitHub
parent 2d92b6cae6
commit 479ea2068d

View File

@@ -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)