Fix reserved list output in stats

This commit is contained in:
Florian Baumann 2025-12-03 09:29:23 +01:00
parent f75888a1a9
commit 334e922b62

View File

@ -34,12 +34,12 @@ func Stats() {
// Show Value Stats // Show Value Stats
showValueStats(coll, totalcoll) showValueStats(coll, totalcoll)
// Reserved List
showReservedListStats(coll)
// Rarities // Rarities
showRarityStats(coll) showRarityStats(coll)
// Reserved List
showReservedListStats(coll)
// Colors // Colors
showColorStats(coll) showColorStats(coll)