This commit is contained in:
tastybento 2024-04-19 21:43:30 -07:00
parent fba3e27a89
commit 9b8540a8ed
2 changed files with 1 additions and 2 deletions

View File

@ -88,7 +88,7 @@
<!-- Do not change unless you want different name for local builds. -->
<build.number>-LOCAL</build.number>
<!-- 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.host.url>https://sonarcloud.io</sonar.host.url>
<server.jars>${project.basedir}/lib</server.jars>

View File

@ -217,7 +217,6 @@ public class NewIsland {
island.setFlagsDefaults();
// Register metrics
plugin.getMetrics().ifPresent(BStats::increaseIslandsCreatedCount);
plugin.getIslands();
// Save island
IslandsManager.updateIsland(island);
}