Open vyo opened 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).
Game.getAPM(includeSelects: Boolean)
Game.getAPM(false)
Game.getAPM(true)
This seems to me to be the wrong way around; bug or by design?
Game.getAPM(includeSelects: Boolean)
consistently returns a much higher APM value if invoked asGame.getAPM(false)
than when invoked asGame.getAPM(true)
.This seems to me to be the wrong way around; bug or by design?