diff options
Diffstat (limited to 'MySpace/server_con.cpp')
-rw-r--r-- | MySpace/server_con.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MySpace/server_con.cpp b/MySpace/server_con.cpp index e6ee1e3..aefb24c 100644 --- a/MySpace/server_con.cpp +++ b/MySpace/server_con.cpp @@ -755,7 +755,7 @@ void __cdecl ServerThreadFunc(void*) { && strcmp(kv.first.text, "BlogSubscriptionPost") != 0
&& strcmp(kv.first.text, "€") != 0)
{
- NotifyUnknown(kv.first.text);
+ NotifyUnknown(kv.first.text, kv.second.text);
}
}
}
|