mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-02 03:16:41 +00:00
The block bag fetch/place mapping is now taken from BlockType.getBlockBagItem.
This commit is contained in:
@ -198,7 +198,7 @@ public class EditSession {
|
||||
if (blockBag != null) {
|
||||
if (type > 0) {
|
||||
try {
|
||||
blockBag.fetchPlacedBlock(type);
|
||||
blockBag.fetchPlacedBlock(type, 0);
|
||||
} catch (UnplaceableBlockException e) {
|
||||
return false;
|
||||
} catch (BlockBagException e) {
|
||||
|
Reference in New Issue
Block a user