You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Training a unit when the queue is full throws Index out of Bounds Exception. Tested on dev branch w/ latcom on.
Stack Trace:
java.lang.ArrayIndexOutOfBoundsException: Index 5 out of bounds for length 5
at bwapi.CommandTemp.execute(CommandTemp.java:725)
at bwapi.CommandTemp.execute(CommandTemp.java:41)
at bwapi.Unit.issueCommand(Unit.java:2119)