We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44811e4 commit 1fe08e2Copy full SHA for 1fe08e2
pufferlib/ocean/raid/binding.c
@@ -25,5 +25,6 @@ static int my_log(PyObject* dict, Log* log) {
25
assign_to_dict(dict, "damage_dealt", log->damage_dealt);
26
assign_to_dict(dict, "damage_taken", log->damage_taken);
27
assign_to_dict(dict, "olm_kills", log->olm_kills);
28
+ assign_to_dict(dict, "player_deaths", log->player_deaths);
29
return 0;
30
}
0 commit comments