Adds a compile option for hub password

This is mainly so i can make the server tools define this, because hub.dm is a live track file, and making it be held between rounds would be too much.
This commit is contained in:
Kyle Spier-Swenson
2016-01-01 19:23:06 -08:00
parent 55948abdbe
commit 82d62756fe
+5 -1
View File
@@ -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"
*/
*/