mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2025-03-23 12:10:53 +01:00
Fixed fire spread disable preventing flint and steel too.
This commit is contained in:
parent
789a9a9bb4
commit
c96d534c26
@ -176,7 +176,7 @@ public void onBlockIgnite(BlockIgniteEvent event) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (plugin.disableFireSpread) {
|
||||
if (plugin.disableFireSpread && isFireSpread) {
|
||||
event.setCancelled(true);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user