mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-12 03:59:22 +00:00
change API constructor
This commit is contained in:
parent
1aac1f40da
commit
01c640b72f
1 changed files with 3 additions and 0 deletions
|
@ -81,6 +81,9 @@ import com.intellectualcrafters.plot.uuid.UUIDWrapper;
|
|||
@Deprecated
|
||||
public PlotAPI(final JavaPlugin plugin) {
|
||||
}
|
||||
|
||||
public PlotAPI() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Get all plots
|
||||
|
|
Loading…
Reference in a new issue