Skip to content

Commit d62b738

Browse files
committed
add default apm
1 parent 8b1143f commit d62b738

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/bwapi/Game.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1425,6 +1425,10 @@ public int getInstanceNumber() {
14251425
return gameData.getInstanceID();
14261426
}
14271427

1428+
public int getAPM() {
1429+
return getAPM(false);
1430+
}
1431+
14281432
public int getAPM(final boolean includeSelects) {
14291433
return includeSelects ? gameData.getBotAPM_selects() : gameData.getBotAPM_noselects();
14301434
}

0 commit comments

Comments
 (0)