Browse Source

add comment

nossr50 5 năm trước cách đây
mục cha
commit
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();
 
+        //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;
         }