VV extended list viewer should require same rights as VV. (#13313)

This commit is contained in:
mikomyazaki
2022-03-04 11:23:33 +00:00
committed by GitHub
parent fdbafc51d6
commit 414cd8b44b
2 changed files with 7 additions and 1 deletions

View File

@@ -13,7 +13,7 @@
ui_interact(user)
/datum/vueui_module/list_viewer/ui_interact(mob/user)
if(!check_rights(R_VAREDIT|R_DEV)) return
if(!check_rights(R_VAREDIT|R_DEV|R_MOD)) return
var/datum/vueui/ui = SSvueui.get_open_ui(user, src)
if(!ui)

View File

@@ -0,0 +1,6 @@
author: mikomyazaki
delete-after: True
changes:
- bugfix: "The VV Extended List Viewer now has the same rights requirement as View Variables."