mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
Make masks more stateless
This commit is contained in:
@ -319,7 +319,6 @@ public final class FAWE_Spigot_v1_13_R2 extends CachedBukkitAdapter implements I
|
||||
BlockMaterial_1_13 material = (BlockMaterial_1_13) state.getMaterial();
|
||||
return material.getCraftBlockData();
|
||||
} catch (ClassCastException ignore) {
|
||||
System.out.println(state.getAsString() + " cast");
|
||||
throw ignore;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user