mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
Merge pull request #12047 from Ccomp5950/hub_password_no_worky
Makes Hub Password / Login depend on a DEFINE
This commit is contained in:
+10
-9
@@ -1,13 +1,14 @@
|
||||
/world
|
||||
|
||||
hub = "Exadv1.spacestation13"
|
||||
hub_password = "SORRYNOPASSWORD"
|
||||
name = "Space 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 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"
|
||||
#ifdef HUB_ENABLED
|
||||
hub_password = "kMZy3U5jJHSiBQjr"
|
||||
name = "Space Station 13"
|
||||
*/
|
||||
#else
|
||||
hub_password = "SORRYNOPASSWORD"
|
||||
#endif
|
||||
|
||||
|
||||
/* 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 it should work.
|
||||
* If not, let us know on the main tgstation IRC channel of irc.rizon.net #tgstation13 we can help you there.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user