aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Barham <me@cpdt.dev>2022-02-23 00:19:06 +1000
committerBarichello <artur@barichello.me>2022-02-23 20:06:59 -0300
commit39d3a0a6fa5b39fdbfbf8a70ba4edee650a93e38 (patch)
treeb8fde8cafe5e29c0096a95bda2ff44be3b9e9f88
parentc7552cd1aeaa094001a020ab5f73766250535988 (diff)
downloadNorthstarMods-39d3a0a6fa5b39fdbfbf8a70ba4edee650a93e38.tar.gz
NorthstarMods-39d3a0a6fa5b39fdbfbf8a70ba4edee650a93e38.zip
Include clan tag in chat messages
-rw-r--r--Northstar.Client/mod/scripts/vscripts/_custom_codecallbacks_client.gnut2
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 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)