vjurenka / BWMirror

BWMirror API source files
Other
55 stars 13 forks source link

Game.getAPM behaviour question #18

Open vyo opened 8 years ago

vyo commented 8 years ago

Game.getAPM(includeSelects: Boolean) consistently returns a much higher APM value if invoked as Game.getAPM(false) than when invoked as Game.getAPM(true).

This seems to me to be the wrong way around; bug or by design?