forked from LogBlock/LogBlock
@ -39,6 +39,7 @@ public class FluidFlowLogging extends LoggingListener {
|
|||||||
}
|
}
|
||||||
if (typeFrom == Material.SEAGRASS || typeFrom == Material.KELP_PLANT || typeFrom == Material.KELP) {
|
if (typeFrom == Material.SEAGRASS || typeFrom == Material.KELP_PLANT || typeFrom == Material.KELP) {
|
||||||
typeFrom = Material.WATER;
|
typeFrom = Material.WATER;
|
||||||
|
fromWaterlogged = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
Block source = Config.logFluidFlowAsPlayerWhoTriggeredIt ? event.getBlock() : null;
|
Block source = Config.logFluidFlowAsPlayerWhoTriggeredIt ? event.getBlock() : null;
|
||||||
|
Reference in New Issue
Block a user