Blizzard / s2client-api

StarCraft II Client - C++ library supported on Windows, Linux and Mac designed for building scripted bots and research using the SC2API.
MIT License
1.66k stars 281 forks source link

A small example fix. #114

Closed Skarlso closed 7 years ago

Skarlso commented 7 years ago

Hi.

Since the next line checks wether the player is a human and THEN sets the time to realtime, the first realtime setting is not required.

Cheers, Gergely.

KevinCalderone commented 7 years ago

Looks like we had a typo, Thanks!

We meant for it to be non-realtime for bot vs bot. RealTime defaults to false, so just removing that line sounds good.

Skarlso commented 7 years ago

Awesome! Glad I cloud help out. :-)