Fixing stuff

This commit is contained in:
Cadyn
2021-02-22 18:17:37 -08:00
parent 1357b6e58a
commit ae7b89500a
4 changed files with 7 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ GLOBAL_DATUM(revdata, /datum/getrev)
. += "The following pull requests are currently test merged:"
for(var/line in testmerge)
var/datum/tgs_revision_information/test_merge/tm = line
var/cm = tm.pull_request_commit
var/cm = tm.head_commit //CHOMPStation Edit TGS4
var/details = ": '" + html_encode(tm.title) + "' by " + html_encode(tm.author) + " at commit " + html_encode(copytext_char(cm, 1, 11))
if(details && findtext(details, "\[s\]") && (!usr || !usr.client.holder))
continue