mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-23 05:36:45 +01:00
PWE
This commit is contained in:
parent
31159488c1
commit
14691d8dce
@ -55,7 +55,7 @@ public class PWE {
|
||||
if (!PlotSquared.isPlotWorld(p.getWorld().getName())) {
|
||||
removeMask(p);
|
||||
}
|
||||
final PlotId id = PlayerFunctions.getPlot(l);
|
||||
final PlotId id = PlotHelper.getPlotId(l);
|
||||
if (id != null) {
|
||||
final Plot plot = PlotSquared.getPlots(l.getWorld()).get(id);
|
||||
if (plot != null) {
|
||||
|
Loading…
Reference in New Issue
Block a user