Mirror von
https://github.com/Moulberry/AxiomPaperPlugin.git
synchronisiert 2024-11-08 17:40:04 +01:00
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) {
|
||||
if (!Bukkit.getPluginManager().isPluginEnabled("PlotSquared")) {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
return PlotSquaredIntegrationImpl.isPlotWorld(world);
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren