[Localization] Add simple error message

This commit is contained in:
Diavolo 2022-08-31 22:36:22 +02:00
parent d90d8985ff
commit a577f76a37
No known key found for this signature in database
GPG Key ID: FA77F074E98D98A5

View File

@ -297,6 +297,7 @@ namespace Components
if (iTokenLen + iLen >= szStringSize) if (iTokenLen + iLen >= szStringSize)
{ {
Game::Com_Printf(Game::CON_CHANNEL_SYSTEM, "%s too long when translated\n", pszMessageType);
return nullptr; return nullptr;
} }