Removed SLOW_SPREAD from IgniteCause enum.

This commit is contained in:
sk89q
2011-02-02 21:56:57 -08:00
parent d36bc58cf3
commit 898654ea23

View File

@@ -86,11 +86,6 @@ public class BlockIgniteEvent extends BlockEvent implements Cancellable {
* Block ignition caused by dynamic spreading of fire.
*/
SPREAD,
/**
* Block ignition caused by VERY SLOW dynamic spreading of fire.
*/
SLOW_SPREAD
}
}