From 660489f682bccfd0fd58e7fa69e6158989239ec0 Mon Sep 17 00:00:00 2001 From: Bxil Date: Fri, 9 Feb 2018 07:55:04 +0100 Subject: [PATCH] WE'VE BEEN DEFINING station_name TWICE FOR YEARS --- code/_globalvars/configuration.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/_globalvars/configuration.dm b/code/_globalvars/configuration.dm index 88d4594e740..d26dc711339 100644 --- a/code/_globalvars/configuration.dm +++ b/code/_globalvars/configuration.dm @@ -2,7 +2,6 @@ var/datum/configuration/config = null var/host = null var/join_motd = null -var/station_name = "NSS Cyberiad" var/game_version = "Custom ParaCode" var/changelog_hash = md5('html/changelog.html') //used to check if the CL changed var/game_year = (text2num(time2text(world.realtime, "YYYY")) + 544)