mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-08-27 16:25:34 +02:00
don't reassign pw I guess
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -387,7 +387,7 @@ public class PlotListener {
|
|||||||
if (plot.hasOwner()) {
|
if (plot.hasOwner()) {
|
||||||
PlotArea pw = plot.getArea();
|
PlotArea pw = plot.getArea();
|
||||||
if (pw == null) {
|
if (pw == null) {
|
||||||
if (nextPlot == null || (pw = nextPlot.getArea()) == null) {
|
if (nextPlot == null || nextPlot.getArea() == null) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user