nossr50 5 vuotta sitten
vanhempi
sitoutus
f8dbace9f0

+ 1 - 0
src/main/java/com/gmail/nossr50/listeners/EntityListener.java

@@ -106,6 +106,7 @@ public class EntityListener implements Listener {
 
 
         Entity projectile = event.getProjectile();
         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)) {
         if (!(projectile instanceof Arrow)) {
             return;
             return;
         }
         }