mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-08-27 08:15:35 +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()) {
|
||||
PlotArea pw = plot.getArea();
|
||||
if (pw == null) {
|
||||
if (nextPlot == null || (pw = nextPlot.getArea()) == null) {
|
||||
if (nextPlot == null || nextPlot.getArea() == null) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user