mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-10 18:27:41 +01:00
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
@ -521,7 +521,7 @@ public class CraftWorld implements World {
|
||||
}
|
||||
|
||||
@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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user