Fixed plugin.yml

This commit is contained in:
boy0001 2015-01-02 12:35:47 +11:00
parent b58b6f5963
commit 9bca812d28
4 changed files with 13 additions and 7 deletions

View file

@ -1037,6 +1037,9 @@ import java.util.UUID;
}
final PlotWorld plotworld = PlotMain.getWorldSettings(world);
final PlotManager manager = PlotMain.getPlotManager(world);
System.out.print("WORLD = "+(world));
System.out.print("MANAGER = "+(manager == null));
System.out.print("PLOTWORLD = "+(plotworld == null));
return manager.getPlotBottomLocAbs(plotworld, id);
}