mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Merge pull request #409 from Brokkonaut/fix-wrong-block-for-snow-check
LEAVES2 should have snow on it too
This commit is contained in:
commit
ca660f1260
@ -1657,7 +1657,7 @@ public class EditSession implements Extent {
|
||||
// Snow should not cover these blocks
|
||||
if (BlockType.isTranslucent(id)) {
|
||||
// Add snow on leaves
|
||||
if (id != BlockID.LEAVES && id != BlockID.LEAVES) {
|
||||
if (id != BlockID.LEAVES && id != BlockID.LEAVES2) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user