mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-29 15:49:00 +01:00
Removed SLOW_SPREAD from IgniteCause enum.
By: sk89q <the.sk89q@gmail.com>
This commit is contained in:
parent
477b359f13
commit
d0b7646de7
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue