Bukkit: Revert changing EntityType.FIREBALL to LARGE_FIREBALL
LadyCailinBot opened this issue ยท 1 comments
WORLDGUARD-2231 - Reported by Bob
Here the error. I have of it.
2012-10-30 10:27:43 [SEVERE] Could not pass event ExplosionPrimeEvent to WorldGuard v673-08ce207
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
at net.minecraft.server.EntityCreeper.j_(EntityCreeper.java:100)
at net.minecraft.server.World.entityJoinedWorld(World.java:1278)
at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:526)
at net.minecraft.server.World.playerJoinedWorld(World.java:1260)
at net.minecraft.server.World.tickEntities(World.java:1159)
at net.minecraft.server.WorldServer.tickEntities(WorldServer.java:439)
at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:557)
at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:215)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:486)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:419)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:818)
Caused by: java.lang.NoSuchFieldError: LARGE_FIREBALL
at com.sk89q.worldguard.bukkit.WorldGuardEntityListener.onExplosionPrime(WorldGuardEntityListener.java:640)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
... 14 more
I now you it not update it become bukkit changing the name. : )
Best Regards,
Charles Follet
Comment by sk89q
Should be fixed in 6d09b18