Update StringTable.cpp

This commit is contained in:
Tuff CWC 2026-03-07 04:16:26 +01:00 committed by GitHub
parent 01a695e0dc
commit 642916e2cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -118,10 +118,6 @@ void StringTable::ProcessStringTableData(void)
else
{
app.DebugPrintf("Failed to get language\n");
#ifdef _DEBUG
__debugbreak();
#endif
isStatic = false;
}