diff options
-rw-r--r-- | Northstar.Client/mod/scripts/vscripts/_custom_codecallbacks_client.gnut | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Northstar.Client/mod/scripts/vscripts/_custom_codecallbacks_client.gnut b/Northstar.Client/mod/scripts/vscripts/_custom_codecallbacks_client.gnut index 9241fcdf..494262e8 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) |