mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +01:00
add comment
This commit is contained in:
parent
58174d3391
commit
f8dbace9f0
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user