BLOCK_IGNITE/SLOW_SPREAD event problem in recent Bukkit (238)
gpoudrel opened this issue ยท 1 comments
Hello,
I have lots of logs about BLOCK_IGNITE event management problem since recent Bukkit such as #238:
SEVERE: Could not pass event BLOCK_IGNITE to WorldGuard
java.lang.NoSuchFieldError: SLOW_SPREAD
at com.sk89q.worldguard.bukkit.WorldGuardBlockListener.onBlockIgnite(WorldGuardBlockListener.java:178)
at org.bukkit.plugin.java.JavaPluginLoader$22.execute(JavaPluginLoader.java:230)
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:60)
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:213)
at net.minecraft.server.BlockStationary.a(BlockStationary.java:65)
at net.minecraft.server.World.g(SourceFile:1556)
at net.minecraft.server.World.f(SourceFile:1482)
at net.minecraft.server.WorldServer.f(WorldServer.java:48)
at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:276)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:209)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:512)
03.02.2011 23:21:40 org.bukkit.plugin.SimplePluginManager callEvent
I saw somewhere :
Removed SLOW_SPREAD from IgniteCause enum. (version 898654ea23be181a5c152a724de9ebd363100ed2)