Blizzard / s2client-proto

StarCraft II Client - protocol definitions used to communicate with StarCraft II.
MIT License
3.76k stars 430 forks source link

Train unit queue uses first building's queue to determine "full" #94

Open skjb opened 6 years ago

skjb commented 6 years ago

It seems that train unit queues are not working as expected. If I have three barracks selected and repeatedly issue the "train marine" command it seems that the queues for each building will increment in a balanced manner until the queue of the first selected barracks is full. At this point the remaining barracks will not add more units to the queue, instead they must wait until the first barracks finishes training a marine. unknown