Browse Source

add comment

nossr50 5 years ago
parent
commit
f8dbace9f0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/java/com/gmail/nossr50/listeners/EntityListener.java

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

@@ -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;
         }