mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00:00
Support for 1.5 Blocks
This commit is contained in:
parent
04f57be79f
commit
a50eea3e2d
@ -150,7 +150,7 @@ public class EditSession {
|
||||
}
|
||||
|
||||
// No invalid blocks
|
||||
if ((type > 26 && type < 35) || type == 36 || type > 95) {
|
||||
if ((type > 30 && type < 35) || type == 36 || type > 95) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user