Skip to content

Commit 619549a

Browse files
committed
bettered comment
1 parent 294c7a9 commit 619549a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java/de/ntcomputer/minecraft/controllablemobs/implementation/nativeinterfaces/server/NmsInterfacePathfinderGoal.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public final class NmsInterfacePathfinderGoal {
99
public class OnEnd extends NativeMethodPublic {
1010
public void invoke(PathfinderGoal goal) {
1111
try {
12-
// siehe zb PathfinderGoalMeleeAttack
12+
// for instance PathfinderGoalMeleeAttack (this.b.getNavigation().h();)
1313
goal.d();
1414
} catch(Throwable e) {
1515
this.handleException(e);

0 commit comments

Comments
 (0)