1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-02-19 11:39:50 +01:00

Removed SLOW_SPREAD from IgniteCause enum.

By: sk89q <the.sk89q@gmail.com>
This commit is contained in:
Bukkit/Spigot 2011-02-02 21:56:57 -08:00
parent 477b359f13
commit d0b7646de7

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