2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-09-02 15:07:26 +00:00

chore: only dump leaderboard values for t6 when they are relevant for the column

This commit is contained in:
Jan
2024-05-19 13:07:04 +02:00
parent 4fe852b162
commit 2a1ec18f6a
4 changed files with 47 additions and 26 deletions

View File

@@ -9,7 +9,6 @@ using namespace T6;
std::string AssetDumperLeaderboardDef::GetFileNameForAsset(const std::string& assetName)
{
return std::format("leaderboards/{}.json", assetName);
}