We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc4cb15 commit dd41769Copy full SHA for dd41769
monkestation/code/modules/replays/subsystem/replay.dm
@@ -3,6 +3,9 @@
3
/datum/config_entry/string/replay_password
4
default = "mrhouse101"
5
6
+/datum/config_entry/string/replay_link
7
+ default = "http://localhost"
8
+
9
SUBSYSTEM_DEF(demo)
10
name = "Demo"
11
wait = 1
0 commit comments