Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Jun 9, 2024
1 parent 00b547f commit ee26a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/dead/observer/observer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ Works together with spawning an observer, noted above.
else if(persistent_ckey)
var/datum/player_details/details = GLOB.player_details[persistent_ckey]
if(details)
details.larva_queue_time = max(ghost.client.player_details.larva_queue_time, new_tod)
details.larva_queue_time = max(details.larva_queue_time, new_tod)

ghost.set_huds_from_prefs()

Expand Down

0 comments on commit ee26a74

Please sign in to comment.