Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Ursprung
3208ee9ab9
Commit
d064cb8f8f
@ -54,6 +54,10 @@ public class WaterRemover implements Listener {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void checkBlock(Block b) {
|
private void checkBlock(Block b) {
|
||||||
|
//do not remove outside teamareas
|
||||||
|
if(!Config.BlueExtendRegion.inRegion(b) && !Config.RedExtendRegion.inRegion(b))
|
||||||
|
return;
|
||||||
|
|
||||||
//checks for water and removes it, if present
|
//checks for water and removes it, if present
|
||||||
if(!FlatteningWrapper.impl.removeWater(b))
|
if(!FlatteningWrapper.impl.removeWater(b))
|
||||||
return;
|
return;
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren