Regular arrow spawn method should not have changed type
By: md_5 <git@md-5.net>
This commit is contained in:
parent
03d3b41708
commit
2e24df6eb1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue