mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-13 05:10:35 +00:00
refactor: nuke all widestrings and widechars everywhere
This commit is contained in:
@@ -356,7 +356,7 @@ void StatsCounter::dumpStatsToTTY() {
|
||||
std::vector<Stat*>::iterator statsEnd = Stats::all->end();
|
||||
for (std::vector<Stat*>::iterator statsIter = Stats::all->begin();
|
||||
statsIter != statsEnd; ++statsIter) {
|
||||
Log::info("%ls\t\t%u\t%u\t%u\t%u\n", (*statsIter)->name.c_str(),
|
||||
Log::info("%s\t\t%u\t%u\t%u\t%u\n", (*statsIter)->name.c_str(),
|
||||
getValue(*statsIter, 0), getValue(*statsIter, 1),
|
||||
getValue(*statsIter, 2), getValue(*statsIter, 3));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user