Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-02 17:40:09 +01:00
Ensure that air blocks always have data = 0.
Dieser Commit ist enthalten in:
Ursprung
8e2fc8b0d4
Commit
71ee350172
@ -60,6 +60,10 @@ public class DataValidatorExtent extends AbstractDelegateExtent {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (type == 0) {
|
||||
block.setData(0);
|
||||
}
|
||||
|
||||
return super.setBlock(location, block);
|
||||
}
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren