Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-05 19:10:07 +01:00
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
|
// No invalid blocks
|
||||||
if ((type > 25 && type < 35) || type == 36 || type > 92) {
|
if ((type > 26 && type < 35) || type == 36 || type > 94) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren