Skip to content

Commit

Permalink
cardmod
Browse files Browse the repository at this point in the history
  • Loading branch information
silicons committed Jun 25, 2023
1 parent 2df02f3 commit bf75e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/tgui/modules/general/cardmod.dm
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
.["card_rank"] = editing?.rank
.["card_assignment"] = editing?.assignment
.["granted"] = editing?.access
.["can_demote"] = auth_demote(user, editing, authing, editing.rank)
.["can_demote"] = auth_demote(user, editing, authing, editing?.rank)

/datum/tgui_module/card_mod/ui_act(action, list/params, datum/tgui/ui)
. = ..()
Expand Down

0 comments on commit bf75e70

Please sign in to comment.