mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Update StringTable.cpp
This commit is contained in:
parent
26fa85f180
commit
5f392dda0e
|
|
@ -68,7 +68,7 @@ void StringTable::ProcessStringTableData(void)
|
|||
}
|
||||
|
||||
if (!foundLang)
|
||||
app.Printf("StringTable:: Can't find language '%ls'.\n", it_locales->c_str());
|
||||
app.DebugPrintf("StringTable:: Can't find language '%ls'.\n", it_locales->c_str());
|
||||
}
|
||||
|
||||
if(foundLang)
|
||||
|
|
|
|||
Loading…
Reference in a new issue