Skip to content

Commit

Permalink
Added current build order log
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravaelles committed Jan 16, 2022
1 parent 092e0fa commit 2179679
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bwapi-data/AI/build_orders/Protoss/+1 Speedzealot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,5 @@ MISSION=ATTACK
16 - Forge - @NATURAL
17 - Photon Cannon - @NATURAL
18 - Photon Cannon - @NATURAL
16 - Gateway - @NATURAL
16 - Gateway - @NATURAL
18 - Pylon
2 changes: 1 addition & 1 deletion src/atlantis/OnStart.java
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public static void initStrategyAndBuildOrder() {
OurStrategyManager.initialize();

if (CurrentBuildOrder.get() != null) {
// System.out.println("Use build order: `" + CurrentBuildOrder.get().getName() + "`");
System.out.println("Use build order: `" + CurrentBuildOrder.get() + "`");
}
else {
System.err.println("Invalid (empty) build order in AtlantisConfig!");
Expand Down

0 comments on commit 2179679

Please sign in to comment.