Skip to content

Commit

Permalink
removes redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Dec 7, 2023
1 parent 6c9862f commit b2174fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/game/verbs/records.dm
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,6 @@

GLOBAL_DATUM_INIT(medals_view_tgui, /datum/medals_view_tgui, new)

GLOBAL_SUBTYPE_PATHS_LIST_INDEXED(all_medals, /obj/item/clothing/accessory/medal, name)

/datum/medals_view_tgui/tgui_interact(mob/user, datum/tgui/ui)
ui = SStgui.try_update_ui(user, src, ui)
if(!ui)
Expand Down

0 comments on commit b2174fd

Please sign in to comment.