mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-12 08:18:35 +00:00
Plenty of changes to core block behavior to become more compatible with upstream WorldEdit (still more to be done!)
This commit is contained in:
@ -142,7 +142,7 @@ public enum BukkitAdapter {
|
||||
return getAdapter().adapt(blockData);
|
||||
}
|
||||
|
||||
public static BlockTypes adapt(Material material) {
|
||||
public static BlockType adapt(Material material) {
|
||||
return getAdapter().adapt(material);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user