Regular arrow spawn method should not have changed type
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -521,7 +521,7 @@ public class CraftWorld implements World {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public AbstractArrow spawnArrow(Location loc, Vector velocity, float speed, float spread) {
|
public Arrow spawnArrow(Location loc, Vector velocity, float speed, float spread) {
|
||||||
return spawnArrow(loc, velocity, speed, spread, Arrow.class);
|
return spawnArrow(loc, velocity, speed, spread, Arrow.class);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user