From a1855071adfadf3b132cae6b79f38052eea711f8 Mon Sep 17 00:00:00 2001 From: skull132 Date: Tue, 2 Feb 2016 15:00:51 +0200 Subject: [PATCH] More R_MOD Fixes They can now use the JMP links. --- code/modules/admin/topic.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm index 653caf3c839..452d8d17114 100644 --- a/code/modules/admin/topic.dm +++ b/code/modules/admin/topic.dm @@ -1190,7 +1190,7 @@ check_antagonists() else if(href_list["adminplayerobservecoodjump"]) - if(!check_rights(R_ADMIN)) return + if(!check_rights(R_ADMIN|R_MOD)) return var/x = text2num(href_list["X"]) var/y = text2num(href_list["Y"])