diff --git a/code/hub.dm b/code/hub.dm index 69b90bd6782..f0005818f18 100644 --- a/code/hub.dm +++ b/code/hub.dm @@ -1,7 +1,11 @@ /world hub = "Exadv1.spacestation13" +#ifdef PUTONHUB + hub_password = "kMZy3U5jJHSiBQjr" +#else hub_password = "SORRYNOPASSWORD" +#endif name = "/tg/ Station 13" /* @@ -13,4 +17,4 @@ If not, let us know on the main tgstation IRC channel of irc.rizon.net #tgstatio hub_password = "kMZy3U5jJHSiBQjr" name = "Space Station 13" -*/ \ No newline at end of file +*/