mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-13 19:25:49 -07:00
Removed SLOW_SPREAD from IgniteCause enum.
By: sk89q <the.sk89q@gmail.com>
This commit is contained in:
@@ -86,11 +86,6 @@ public class BlockIgniteEvent extends BlockEvent implements Cancellable {
|
|||||||
* Block ignition caused by dynamic spreading of fire.
|
* Block ignition caused by dynamic spreading of fire.
|
||||||
*/
|
*/
|
||||||
SPREAD,
|
SPREAD,
|
||||||
/**
|
|
||||||
* Block ignition caused by VERY SLOW dynamic spreading of fire.
|
|
||||||
*/
|
|
||||||
SLOW_SPREAD
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user