ValvePython / dota2

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

Swap teams #93

Closed saydonrus closed 1 year ago

saydonrus commented 1 year ago

Hello. How can I swap teams in this lobby ?

Philaeux commented 1 year ago

Use flip_lobby_team, see https://github.com/ValvePython/dota2/blob/474d819d2ef949d8b3c742a562aa06dfa2c1548d/dota2/features/lobby.py#L206

ISSUE STATUS: CLOSED ISSUE TAG: HOWTO