mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-04 05:54:43 +01:00
Stationary lava is also a LAVA ignition cause.
This commit is contained in:
parent
abee107830
commit
6f9e4f8541
1 changed files with 10 additions and 9 deletions
|
@ -561,6 +561,7 @@ public class CraftEventFactory {
|
||||||
IgniteCause cause;
|
IgniteCause cause;
|
||||||
switch (igniter.getType()) {
|
switch (igniter.getType()) {
|
||||||
case LAVA:
|
case LAVA:
|
||||||
|
case STATIONARY_LAVA:
|
||||||
cause = IgniteCause.LAVA;
|
cause = IgniteCause.LAVA;
|
||||||
break;
|
break;
|
||||||
case DISPENSER:
|
case DISPENSER:
|
||||||
|
|
Loading…
Reference in a new issue