mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-02 03:16:41 +00:00
Begun adding support for data/damage values to the blockbag.
This commit is contained in:
@ -209,7 +209,7 @@ public class EditSession {
|
||||
|
||||
if (existing > 0) {
|
||||
try {
|
||||
blockBag.storeDroppedBlock(existing);
|
||||
blockBag.storeDroppedBlock(existing, world.getBlockData(pt));
|
||||
} catch (BlockBagException e) {
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user