mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-03 02:55:53 +00:00
Remove abstraction of BukkitSchematicHandler
This commit is contained in:
parent
ee6d52efa3
commit
5aac7d07d2
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ import java.util.*;
|
|||
/**
|
||||
* Schematic Handler.
|
||||
*/
|
||||
public abstract class BukkitSchematicHandler extends SchematicHandler {
|
||||
public class BukkitSchematicHandler extends SchematicHandler {
|
||||
|
||||
@Override public void getCompoundTag(final String world, final Set<RegionWrapper> regions,
|
||||
final RunnableVal<CompoundTag> whenDone) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue