Fix reserved list output in stats
This commit is contained in:
parent
f75888a1a9
commit
334e922b62
@ -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)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user