mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 11:44:19 +01:00
Stationary lava is also a LAVA ignition cause.
By: Travis Watkins <amaranth@ubuntu.com>
This commit is contained in:
parent
d9c6b90716
commit
0a6888a54f
1 changed files with 10 additions and 9 deletions
|
@ -561,6 +561,7 @@ public class CraftEventFactory {
|
|||
IgniteCause cause;
|
||||
switch (igniter.getType()) {
|
||||
case LAVA:
|
||||
case STATIONARY_LAVA:
|
||||
cause = IgniteCause.LAVA;
|
||||
break;
|
||||
case DISPENSER:
|
||||
|
|
Loading…
Reference in a new issue