mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-29 06:05:13 +01:00
2.4.0
This commit is contained in:
parent
fba3e27a89
commit
9b8540a8ed
2
pom.xml
2
pom.xml
@ -88,7 +88,7 @@
|
|||||||
<!-- Do not change unless you want different name for local builds. -->
|
<!-- Do not change unless you want different name for local builds. -->
|
||||||
<build.number>-LOCAL</build.number>
|
<build.number>-LOCAL</build.number>
|
||||||
<!-- This allows to change between versions. -->
|
<!-- This allows to change between versions. -->
|
||||||
<build.version>2.3.0-mp</build.version>
|
<build.version>2.4.0</build.version>
|
||||||
<sonar.organization>bentobox-world</sonar.organization>
|
<sonar.organization>bentobox-world</sonar.organization>
|
||||||
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
|
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
|
||||||
<server.jars>${project.basedir}/lib</server.jars>
|
<server.jars>${project.basedir}/lib</server.jars>
|
||||||
|
@ -217,7 +217,6 @@ public class NewIsland {
|
|||||||
island.setFlagsDefaults();
|
island.setFlagsDefaults();
|
||||||
// Register metrics
|
// Register metrics
|
||||||
plugin.getMetrics().ifPresent(BStats::increaseIslandsCreatedCount);
|
plugin.getMetrics().ifPresent(BStats::increaseIslandsCreatedCount);
|
||||||
plugin.getIslands();
|
|
||||||
// Save island
|
// Save island
|
||||||
IslandsManager.updateIsland(island);
|
IslandsManager.updateIsland(island);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user