Merge pull request #12685 from Citadel-Station-13/Ghommie-patch-1

Silences the skill panel check_rights() call.
This commit is contained in:
silicons
2020-07-04 00:10:29 -07:00
committed by GitHub
+1 -1
View File
@@ -40,7 +40,7 @@
. = list()
.["playername"] = owner.name
.["see_skill_mods"] = see_skill_mods
.["admin"] = check_rights(R_DEBUG)
.["admin"] = check_rights(R_DEBUG, FALSE)
/datum/skill_holder/ui_act(action, params)
. = ..()