mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-12 03:59:22 +00:00
PWE
This commit is contained in:
parent
31159488c1
commit
14691d8dce
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue