BurnySc2 / python-sc2

A StarCraft II bot api client library for Python 3
MIT License
472 stars 156 forks source link

For some reason the player races are indexed starting at 1, so that n… #170

Open rwill128 opened 1 year ago

rwill128 commented 1 year ago

…eeds to be the default.

Also, game_info, game_data, and client cannot be marked as Properties or else an error will be thrown in bot_ai_internal._prepare_start.

Also, the observed_id was not being passed into the correct place to allow for correct indexing in _prepare_start