mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
fix dum typo
This commit is contained in:
parent
1aa144e47d
commit
a0d1da3274
@ -30,7 +30,7 @@ import com.plotsquared.core.plot.expiration.ExpireManager;
|
|||||||
|
|
||||||
import java.util.Collection;
|
import java.util.Collection;
|
||||||
|
|
||||||
class ExploredPlotProvider implements PlotProvider {
|
class ExpiredPlotProvider implements PlotProvider {
|
||||||
|
|
||||||
@Override public Collection<Plot> getPlots() {
|
@Override public Collection<Plot> getPlots() {
|
||||||
return ExpireManager.IMP.getPendingExpired();
|
return ExpireManager.IMP.getPendingExpired();
|
@ -116,7 +116,7 @@ public final class PlotQuery {
|
|||||||
* @return The query instance
|
* @return The query instance
|
||||||
*/
|
*/
|
||||||
@NotNull public PlotQuery expiredPlots() {
|
@NotNull public PlotQuery expiredPlots() {
|
||||||
this.plotProvider = new ExploredPlotProvider();
|
this.plotProvider = new ExpiredPlotProvider();
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user