Files
Bubberstation/code/hub.dm
Kyle Spier-Swenson 82d62756fe 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.
2016-01-01 19:23:06 -08:00

21 lines
586 B
Plaintext

/world
hub = "Exadv1.spacestation13"
#ifdef PUTONHUB
hub_password = "kMZy3U5jJHSiBQjr"
#else
hub_password = "SORRYNOPASSWORD"
#endif
name = "/tg/ Station 13"
/*
This is for any host that would like their server to appear on the main SS13 hub.
To use it, simply replace the password above with the password found below, and recompile, and it should work.
If not, let us know on the main tgstation IRC channel of irc.rizon.net #tgstation13: we can help you there.
hub = "Exadv1.spacestation13"
hub_password = "kMZy3U5jJHSiBQjr"
name = "Space Station 13"
*/