mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-04 14:04:49 +01:00
Regular arrow spawn method should not have changed type
This commit is contained in:
parent
327c30812b
commit
3dcbf6b85b
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue