Silences the skill panel check_rights() call.

This commit is contained in:
Ghom
2020-07-03 17:37:03 +02:00
committed by GitHub
parent 71b98f72aa
commit ea8662572b
+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)
. = ..()