diff --git a/Minecraft.Client/StatsCounter.cpp b/Minecraft.Client/StatsCounter.cpp index 0194961d..e364162f 100644 --- a/Minecraft.Client/StatsCounter.cpp +++ b/Minecraft.Client/StatsCounter.cpp @@ -34,11 +34,11 @@ StatsCounter::StatsCounter() void StatsCounter::award(Stat* stat, unsigned int difficulty, unsigned int count) { - printf("[StatsCounter] award(): %ls | isAchievement: %s | difficulty: %u | count: %u\n", + /*printf("[StatsCounter] award(): %ls | isAchievement: %s | difficulty: %u | count: %u\n", stat->name.c_str(), stat->isAchievement() ? "YES" : "NO", difficulty, - count); + count);*/ #ifndef _DURANGO if( stat->isAchievement() ) difficulty = 0;