Skip to content

Commit

Permalink
fix villager acquire trade event
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jan 11, 2021
1 parent a556822 commit 379a8da
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -82,6 +82,7 @@ else if (name.equals("trade")) {
@EventHandler
public void onVillagerAcquiresTrade(VillagerAcquireTradeEvent event) {
this.event = event;
entity = new EntityTag(event.getEntity());
fire(event);
}
}

0 comments on commit 379a8da

Please sign in to comment.