Files
GS13NG/code/modules/admin/topic.dm.rej
LetterJay 6310292531 woo
2017-05-02 11:19:14 -05:00

11 lines
273 B
Plaintext

diff a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm (rejected hunks)
@@ -8,7 +8,7 @@
if(href_list["ahelp"])
if(!check_rights(R_ADMIN))
return
-
+
var/ahelp_ref = href_list["ahelp"]
var/datum/admin_help/AH = locate(ahelp_ref)
if(AH)