- fixed typo in SendToCommunicator enhancement.

This commit is contained in:
Christoph Oelckers 2015-11-28 00:43:39 +01:00
parent a55d85c51c
commit 3fadfec77d
1 changed files with 1 additions and 1 deletions

View File

@ -2991,7 +2991,7 @@ FUNC(LS_SendToCommunicator)
FString msg;
msg.Format("TXT_COMM%d", arg2);
const char *str = GStrings[msg];
if (msg != NULL)
if (str != NULL)
{
Printf (PRINT_CHAT, "%s\n", str);
}