geforkt von Mirrors/FastAsyncWorldEdit
Fixed beds and redstone repeaters not being set.
Dieser Commit ist enthalten in:
Ursprung
ac70a37ef1
Commit
5a3e703acc
@ -150,7 +150,7 @@ public class EditSession {
|
||||
}
|
||||
|
||||
// No invalid blocks
|
||||
if ((type > 25 && type < 35) || type == 36 || type > 92) {
|
||||
if ((type > 26 && type < 35) || type == 36 || type > 94) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren