Skip to content

Commit

Permalink
Update PlayerPokemobs.java
Browse files Browse the repository at this point in the history
removes a debug print
  • Loading branch information
Thutmose committed May 24, 2020
1 parent 4c6c6e5 commit 69ff9c6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ public void deserializeNBT(final CompoundNBT nbt)
@Override
public void onSetTarget(final LivingEntity target)
{
System.out.println(target);
if (target == this.target) return;
final Set<ITargetWatcher> watchers = this.getTargetWatchers();
this.target = target;
Expand Down

0 comments on commit 69ff9c6

Please sign in to comment.