mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-06 20:56:41 +00:00
Added flood fill tool, fixed data values not being set properly.
This commit is contained in:
@ -215,7 +215,7 @@ public class EditSession {
|
||||
}
|
||||
|
||||
if (id != 0) {
|
||||
if (existing != type && block.getData() > 0 && BlockType.usesData(id)) {
|
||||
if (BlockType.usesData(id)) {
|
||||
if (fastMode) {
|
||||
world.setBlockDataFast(pt, block.getData());
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user