mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-05-13 13:51:41 +00:00
chore: only dump leaderboard values when they are relevant for the column
This commit is contained in:
@@ -40,10 +40,10 @@ namespace IW4
|
||||
std::string statName;
|
||||
LbColType type;
|
||||
int precision;
|
||||
LbAggType agg;
|
||||
LbAggType aggregationFunction;
|
||||
};
|
||||
|
||||
NLOHMANN_DEFINE_TYPE_EXTENSION(JsonColumnDef, name, id, propertyId, hidden, statName, type, precision, agg);
|
||||
NLOHMANN_DEFINE_TYPE_EXTENSION(JsonColumnDef, name, id, propertyId, hidden, statName, type, precision, aggregationFunction);
|
||||
|
||||
class JsonLeaderboardDef
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user