geforkt von Mirrors/AxiomPaperPlugin
PlotSquared: Return correct value when PlotSquared isn't installed
Dieser Commit ist enthalten in:
Ursprung
c027e56fc4
Commit
b2d67e4f91
@ -26,7 +26,7 @@ public class PlotSquaredIntegration {
|
|||||||
|
|
||||||
public static boolean isPlotWorld(World world) {
|
public static boolean isPlotWorld(World world) {
|
||||||
if (!Bukkit.getPluginManager().isPluginEnabled("PlotSquared")) {
|
if (!Bukkit.getPluginManager().isPluginEnabled("PlotSquared")) {
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
return PlotSquaredIntegrationImpl.isPlotWorld(world);
|
return PlotSquaredIntegrationImpl.isPlotWorld(world);
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren