diff options
author | durron597 <martin.jared@gmail.com> | 2011-01-02 05:54:16 -0500 |
---|---|---|
committer | durron597 <martin.jared@gmail.com> | 2011-01-02 05:54:16 -0500 |
commit | 904c220d5c6f201cc8e869f786822e181b719a8b (patch) | |
tree | 35124ea3263df91a2784f89d8ea6705db02118d4 | |
parent | 1c5d80a8ce45d0b4e88e8ef7383637f37bf325ae (diff) | |
download | craftbukkit-904c220d5c6f201cc8e869f786822e181b719a8b.tar craftbukkit-904c220d5c6f201cc8e869f786822e181b719a8b.tar.gz craftbukkit-904c220d5c6f201cc8e869f786822e181b719a8b.tar.lz craftbukkit-904c220d5c6f201cc8e869f786822e181b719a8b.tar.xz craftbukkit-904c220d5c6f201cc8e869f786822e181b719a8b.zip |
Removed @Override for the interface method spawnArrow
-rw-r--r-- | src/main/java/org/bukkit/craftbukkit/CraftWorld.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/org/bukkit/craftbukkit/CraftWorld.java b/src/main/java/org/bukkit/craftbukkit/CraftWorld.java index 5e00cbf8..1e072f0f 100644 --- a/src/main/java/org/bukkit/craftbukkit/CraftWorld.java +++ b/src/main/java/org/bukkit/craftbukkit/CraftWorld.java @@ -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); |