This commit is contained in:
Jesse Boyd 2017-03-19 05:50:15 +11:00
parent 1eacab40ef
commit 1fa63d8452
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -13,7 +13,6 @@ import com.intellectualcrafters.plot.object.Plot;
import com.intellectualcrafters.plot.object.PlotArea;
import com.intellectualcrafters.plot.object.PlotPlayer;
import com.intellectualcrafters.plot.util.expiry.ExpireManager;
import com.plotsquared.bukkit.events.PlayerEnterPlotEvent;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
@ -178,7 +177,6 @@ public class PlotTrim implements Listener {
}
});
player.sendMessage("Done!");
PlayerEnterPlotEvent.getHandlerList().unregister(this);
}
private int count = 0;