mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-12 04:23:54 +00:00
Fix persistent brushes
This commit is contained in:
@ -47,6 +47,8 @@ public class ItemUtil {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
|
||||
public CompoundTag getNBT(ItemStack item) {
|
||||
try {
|
||||
if (!item.hasItemMeta()) return null;
|
||||
|
Reference in New Issue
Block a user