add comment

This commit is contained in:
nossr50 2020-03-17 16:00:32 -07:00
parent 58174d3391
commit f8dbace9f0

View File

@ -106,6 +106,7 @@ public class EntityListener implements Listener {
Entity projectile = event.getProjectile();
//Should be noted that there are API changes regarding Arrow from 1.13.2 to current versions of the game
if (!(projectile instanceof Arrow)) {
return;
}