3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-18 20:40:08 +01:00

Removed @Override for the interface method spawnArrow

Dieser Commit ist enthalten in:
durron597 2011-01-02 05:54:16 -05:00
Ursprung 1c5d80a8ce
Commit 904c220d5c

Datei anzeigen

@ -75,7 +75,6 @@ public class CraftWorld implements World {
return world;
}
@Override
public ArrowEntity spawnArrow(Location loc, Vector velocity, float speed,
float spread) {
EntityArrow arrow = new EntityArrow(world);