Fixed arrow bounce.
This commit is contained in:
parent
9ce6d4866d
commit
75b44953bf
@ -115,7 +115,7 @@ public class DamageManager extends MiniPlugin
|
||||
|
||||
if (projectile instanceof Arrow)
|
||||
{
|
||||
projectile.teleport(new Location(projectile.getWorld(), 0, -200, 0));
|
||||
projectile.teleport(new Location(projectile.getWorld(), 0, 0, 0));
|
||||
projectile.remove();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user