Skip to content

Commit 1fe08e2

Browse files
author
Joseph Suarez
committed
binding
1 parent 44811e4 commit 1fe08e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pufferlib/ocean/raid/binding.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ static int my_log(PyObject* dict, Log* log) {
2525
assign_to_dict(dict, "damage_dealt", log->damage_dealt);
2626
assign_to_dict(dict, "damage_taken", log->damage_taken);
2727
assign_to_dict(dict, "olm_kills", log->olm_kills);
28+
assign_to_dict(dict, "player_deaths", log->player_deaths);
2829
return 0;
2930
}

0 commit comments

Comments
 (0)