- fixed typo in SendToCommunicator enhancement.

This commit is contained in:
Christoph Oelckers 2015-11-28 00:43:39 +01:00
parent a55d85c51c
commit 3fadfec77d

View file

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