9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-26 10:09:10 +00:00

Add additional error handling for player health and statistic updating

This commit is contained in:
William
2023-01-03 11:51:25 +00:00
parent 101e0c11d7
commit 99483387f1
2 changed files with 30 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ import java.util.Map;
public class StatisticsData {
/**
* Map of untyped statistic names to their values
* Map of generic statistic names to their values
*/
@SerializedName("untyped_statistics")
public Map<String, Integer> untypedStatistics;