Merge branch 'master' of ssh://dev1.mineplex.com:7999/min/mineplex

This commit is contained in:
Chiss 2014-04-21 17:14:34 +10:00
commit 6ee516ba4a

View File

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