summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/steam_polling.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Steam/src/steam_polling.cpp')
-rw-r--r--protocols/Steam/src/steam_polling.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Steam/src/steam_polling.cpp b/protocols/Steam/src/steam_polling.cpp
index e98341b1fd..4e921adf2c 100644
--- a/protocols/Steam/src/steam_polling.cpp
+++ b/protocols/Steam/src/steam_polling.cpp
@@ -63,7 +63,7 @@ void CSteamProto::ParsePollData(const JSONNode &data)
continue;
}
- if (type == "saytext" || type =="emote") {
+ if (type == "saytext" || type == "emote") {
json_string text = item["text"].as_string();
PROTORECVEVENT recv = { 0 };