Removed patch from NMS experiment

This commit is contained in:
BuildTools
2020-09-21 15:00:10 +01:00
parent 476fc2bcfd
commit 5c9ca84e3f

View File

@@ -63,12 +63,5 @@ public class GrindstoneListeners implements Listener {
});
}, 1);
Bukkit.getScheduler().runTaskLater(EcoEnchantsPlugin.getInstance(), () -> {
for(Entity entity : player.getNearbyEntities(8, 8, 8)) {
if(entity.getType().equals(EntityType.EXPERIENCE_ORB))
((ExperienceOrb) entity).setExperience(2);
}
}, 1);
}
}