From b621397cb5b6e66bb01f014d0fb567d6afb29e3d Mon Sep 17 00:00:00 2001 From: Burzah <116982774+Burzah@users.noreply.github.com> Date: Thu, 21 Aug 2025 09:13:34 -0700 Subject: [PATCH] oops (#30205) --- code/datums/vv_core_topics.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/vv_core_topics.dm b/code/datums/vv_core_topics.dm index b246d1a475b..82cba327e88 100644 --- a/code/datums/vv_core_topics.dm +++ b/code/datums/vv_core_topics.dm @@ -11,7 +11,7 @@ jumptoturf(T) href_list["datumrefresh"] = target.UID() if(href_list["varnameedit"] && href_list["datumedit"]) - if(!check_rights(R_VAREDIT)) return + if(!check_rights(R_ADMIN | R_VAREDIT)) return var/D = locateUID(href_list["datumedit"]) if(!istype(D,/datum) && !isclient(D))