Skip to content

Commit 42689e6

Browse files
author
Bytekeeper
committed
Fixed html.
1 parent 66abc42 commit 42689e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/bk/ass/Agent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ public void setAttackTarget(Agent attackTarget) {
300300
this.attackTarget = attackTarget;
301301
}
302302

303-
/** Sets agents that are linked to this one (ie. Carriers<->Interceptors). */
303+
/** Set this carriers interceptors. These will be killed as well, if the carrier dies. */
304304
public void setInterceptors(Collection<Agent> childAgents) {
305305
this.interceptors = new ArrayList<>(childAgents);
306306
}

0 commit comments

Comments
 (0)