summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/steam_pooling.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Steam/src/steam_pooling.cpp')
-rw-r--r--protocols/Steam/src/steam_pooling.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/Steam/src/steam_pooling.cpp b/protocols/Steam/src/steam_pooling.cpp
index f2b8ef94a1..48755bbbc2 100644
--- a/protocols/Steam/src/steam_pooling.cpp
+++ b/protocols/Steam/src/steam_pooling.cpp
@@ -55,6 +55,9 @@ void CSteamProto::ParsePollData(JSONNODE *data)
if (IsMe(steamId))
{
+ node = json_get(item, "persona_name");
+ setWString("Nick", json_as_string(node));
+
if (status == ID_STATUS_OFFLINE)
continue;