ValvePython / dota2

🐸 Python package for interacting with Dota 2 Game Coordinator
http://dota2.readthedocs.io
198 stars 32 forks source link

Valve changed lobby.members name in protobuf #55

Closed UncleVasya closed 3 years ago

UncleVasya commented 3 years ago

After yesterdays update lobby.members returns empty list.

Relevant change in protobuf:

https://github.com/SteamDatabase/Protobufs/commit/25acbd46df8d1c4fd5962e684dfe4f4711a9f493#diff-be3c5e658cd83eacb196accc80d9db35

UncleVasya commented 3 years ago

Fixed it in my fork:

https://github.com/UncleVasya/dota2/commit/6407d3907c1024fbcd7135a0bec6b6b15d258b34

I don't think it makes sense to make a pull request, because I took from updated .proto only changes relevant to my issue.


For whoever else is working with lobby members: