Removed @Override for the interface method spawnArrow

By: durron597 <martin.jared@gmail.com>
This commit is contained in:
CraftBukkit/Spigot 2011-01-02 05:54:16 -05:00
parent 1a68f03f72
commit ca642baafd

View file

@ -75,7 +75,6 @@ public class CraftWorld implements World {
return world;
}
@Override
public ArrowEntity spawnArrow(Location loc, Vector velocity, float speed,
float spread) {
EntityArrow arrow = new EntityArrow(world);