Removed SLOW_SPREAD from IgniteCause enum.

This commit is contained in:
sk89q 2011-02-02 21:56:57 -08:00
parent 1a2c220ac3
commit ef79a4d716

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
}
}