Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Jan 31, 2024
1 parent c64f975 commit 7dfcf35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/statistics/entities/medal_stats.dm
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
return

var/datum/entity/statistic/medal/new_medal = DB_ENTITY(/datum/entity/statistic/medal)
var/datum/entity/player/player_entity = get_player_from_key(new_recipient.ckey)
var/datum/entity/player/player_entity = get_player_from_key(new_recipient.persistent_ckey)
if(player_entity)
new_medal.player_id = player_entity.id

Expand Down

0 comments on commit 7dfcf35

Please sign in to comment.