mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-02 11:26:42 +00:00
Update BlockState to remove legacy ID usage.
This commit is contained in:
@ -375,7 +375,7 @@ public class EditSession implements Extent {
|
||||
*
|
||||
* @return a map of missing blocks
|
||||
*/
|
||||
public Map<Integer, Integer> popMissingBlocks() {
|
||||
public Map<com.sk89q.worldedit.blocks.type.BlockType, Integer> popMissingBlocks() {
|
||||
return blockBagExtent.popMissing();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user