fixed json parsing error on player death

This commit is contained in:
Chris Adamson
2025-04-04 21:21:33 -05:00
parent 3f92ce5c51
commit 7767a67cb7
@@ -1465,7 +1465,7 @@ public record DeathCause
set;
}
public int? Side
public string? Side
{
get;
set;