From 0fdd625f34d663b0e1c36b03e82d1914c7619a4e Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Sun, 14 Aug 2016 22:42:39 +0100 Subject: [PATCH] change default persona_state_flags --- steam/client/builtins/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steam/client/builtins/user.py b/steam/client/builtins/user.py index 086ed3f..783184f 100644 --- a/steam/client/builtins/user.py +++ b/steam/client/builtins/user.py @@ -73,7 +73,7 @@ class User(object): proto_fill_from_dict(message.body, kwargs) self.send(message) - def request_persona_state(self, steam_ids, state_flags=863): + def request_persona_state(self, steam_ids, state_flags=3418): """Request persona state data :param steam_ids: list of steam ids