[Localization] Add simple error message
This commit is contained in:
parent
d90d8985ff
commit
a577f76a37
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user