Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/tent-runtime' into …
Browse files Browse the repository at this point in the history
…tent-runtime
  • Loading branch information
harryob committed Dec 8, 2023
2 parents ef6c5f8 + bbe2068 commit 12cda23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/verbs/records.dm
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ GLOBAL_DATUM_INIT(medals_view_tgui, /datum/medals_view_tgui, new)
. = ..()
.["medals"] = list()

for(var/datum/view_record/medal_view/medal as anything in DB_VIEW(/datum/view_record/medal_view, DB_COMP("player_id"), DB_EQUALS, user.client.player_data.id))
for(var/datum/view_record/medal_view/medal as anything in DB_VIEW(/datum/view_record/medal_view, DB_COMP("player_id", DB_EQUALS, user.client.player_data.id)))
var/xeno_medal = FALSE
if(medal.medal_type in GLOB.xeno_medals)
xeno_medal = TRUE
Expand Down

0 comments on commit 12cda23

Please sign in to comment.