Moves linebreak in testmerge MOTD message. (#23160)
This commit is contained in:
+2
-1
@@ -293,9 +293,10 @@ var/inerror = 0
|
||||
|
||||
/world/proc/load_motd()
|
||||
join_motd = file2text("config/motd.txt")
|
||||
join_motd += "<br>"
|
||||
for(var/line in revdata.testmerge)
|
||||
if(line)
|
||||
join_motd += "<br>Test merge active of PR <a href='[config.githuburl]/pull/[line]'>#[line]</a>"
|
||||
join_motd += "Test merge active of PR <a href='[config.githuburl]/pull/[line]'>#[line]</a><br>"
|
||||
|
||||
/world/proc/load_configuration()
|
||||
protected_config = new /datum/protected_configuration()
|
||||
|
||||
Reference in New Issue
Block a user