From 39d3a0a6fa5b39fdbfbf8a70ba4edee650a93e38 Mon Sep 17 00:00:00 2001 From: Tom Barham Date: Wed, 23 Feb 2022 00:19:06 +1000 Subject: Include clan tag in chat messages --- Northstar.Client/mod/scripts/vscripts/_custom_codecallbacks_client.gnut | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Northstar.Client/mod/scripts/vscripts/_custom_codecallbacks_client.gnut') diff --git a/Northstar.Client/mod/scripts/vscripts/_custom_codecallbacks_client.gnut b/Northstar.Client/mod/scripts/vscripts/_custom_codecallbacks_client.gnut index 9241fcdf0..494262e8c 100644 --- a/Northstar.Client/mod/scripts/vscripts/_custom_codecallbacks_client.gnut +++ b/Northstar.Client/mod/scripts/vscripts/_custom_codecallbacks_client.gnut @@ -84,7 +84,7 @@ void function CHudChat_OnReceivedSayTextMessageCallback(int fromPlayerIndex, str return } - fromPlayerName = fromPlayer.GetPlayerName() + fromPlayerName = fromPlayer.GetPlayerNameWithClanTag() } if (messageType == 0 || messageType == 1) -- cgit v1.2.3