mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-01 12:41:50 +01:00
Fixed an issue where fire spread cancellation changed the behavior of natural fire.
This commit is contained in:
parent
0daa2420da
commit
8fdd45ab40
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ public class BlockFire extends Block {
|
|||
BlockIgniteEvent event = new BlockIgniteEvent(theBlock, igniteCause, thePlayer);
|
||||
server.getPluginManager().callEvent(event);
|
||||
if (event.isCancelled()) {
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
// CraftBukkit end
|
||||
|
|
Loading…
Reference in a new issue