hopefully fixed long standing bug

This commit is contained in:
hyperdefined
2022-08-18 11:59:20 -04:00
parent 05f940026f
commit 082f529c32
5 changed files with 24 additions and 24 deletions

View File

@@ -78,7 +78,6 @@ public class VillagerTrade implements Listener {
if (newItem != null) {
// this gets delayed since villager inventories suck for no reason
Bukkit.getScheduler().runTaskLater(toolStats, () -> event.setCurrentItem(newItem), 5);
return;
}
}
}