From 52b0f94bb7d76069e10e24b95a846d8b5f38a9de Mon Sep 17 00:00:00 2001 From: Tigercat2000 Date: Thu, 16 Feb 2017 16:14:18 -0800 Subject: [PATCH] I test all of my code :+1: --- 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 4f8680cbeae..8037bbd14c6 100644 --- a/code/modules/admin/topic.dm +++ b/code/modules/admin/topic.dm @@ -1,4 +1,4 @@ -7/datum/admins/Topic(href, href_list) +/datum/admins/Topic(href, href_list) ..() if(usr.client != src.owner || !check_rights(0))