Skip to content

Commit

Permalink
Looks like we're ready for a release
Browse files Browse the repository at this point in the history
  • Loading branch information
DSH105 committed Dec 3, 2013
1 parent 4cb61aa commit 6dbc40c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public boolean shouldStart() {
} else if (this.owner == null) {
return false;
} else if (this.pet.e(this.owner) < this.startDistance) {
//ConsoleLogger.log("test3 : " + " : " + this.pet.e(this.owner) + " : " + this.startDistance + " : " + this.stopDistance + " : " + this.teleportDistance);
return false;
} else if (this.pet.getGoalTarget() != null && this.pet.getGoalTarget().isAlive()) {
return false;
Expand Down

0 comments on commit 6dbc40c

Please sign in to comment.