Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-03 01:50:07 +01:00
Removed the check that allowed changing data. This caused torches, chests, etc. to drop as items.
Dieser Commit ist enthalten in:
Ursprung
eebe6e1af3
Commit
cdfd4b81fa
@ -118,11 +118,11 @@ public class EditSession {
|
||||
if (block.getID() != 0) {
|
||||
// Changes in block data don't take effect if the block type doesn't
|
||||
// change, so here's a hack!
|
||||
if (!result) {
|
||||
/*if (!result) {
|
||||
server.setBlockType(pt, 0);
|
||||
result = server.setBlockType(pt, block.getID());
|
||||
}
|
||||
server.setBlockData(pt, block.getData());
|
||||
server.setBlockData(pt, block.getData());*/
|
||||
|
||||
// Signs
|
||||
if (block instanceof SignBlock) {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren