Skip to content

Commit

Permalink
https://github.com/bencbartlett/Overmind/pull/183
Browse files Browse the repository at this point in the history
  • Loading branch information
zGeneral committed Oct 16, 2020
1 parent e610cf9 commit b05163c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/overlords/CombatOverlord.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export abstract class CombatOverlord extends Overlord {
autoRun(roleCreeps: CombatZerg[], creepHandler: (creep: CombatZerg) => void) {
for (const creep of roleCreeps) {
if (creep.spawning) {
return;
continue; //https://github.com/bencbartlett/Overmind/pull/183
}
if (creep.hasValidTask) {
creep.run();
Expand Down

0 comments on commit b05163c

Please sign in to comment.