Regular arrow spawn method should not have changed type
This commit is contained in:
parent
327c30812b
commit
3dcbf6b85b
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user