mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +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();
|
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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user