Skip to content

Commit

Permalink
yeye
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindgamesnl committed Jan 18, 2024
1 parent 825d939 commit 522de5f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
java adoptopenjdk-8.0.332+9
java openjdk-18.0.2.1
2 changes: 1 addition & 1 deletion modules/jutils/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
</plugins>
</build>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<maven.compiler.source>8</maven.compiler.source>
</properties>
</project>
2 changes: 1 addition & 1 deletion plugin/src/main/bash/data.bin
Original file line number Diff line number Diff line change
@@ -1 +1 @@
BUILD_NUM="1046"
BUILD_NUM="1050"
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public RegionModule(@Nullable AbstractRegionAdapter customAdapter) {

// update null values should be set to defaults
if (region.getLoop() == null) region.setLoop(true);
if (region.getDoSync() == null) region.setDoSync(true);

// does this region adhere to a specific world?
if (region.hasWorlds()) {
Expand Down
2 changes: 1 addition & 1 deletion plugin/src/main/resources/data.bin
Original file line number Diff line number Diff line change
@@ -1 +1 @@
BUILD_NUM="1046"
BUILD_NUM="1050"
4 changes: 2 additions & 2 deletions plugin/src/main/resources/openaudiomc-build.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
BUILD_VERSION="1046"
BUILD_COMMIT="ecd0c84a2fff2ce4f49d9b3a94e173cc8eb45b43"
BUILD_VERSION="1050"
BUILD_COMMIT="825d93914af21843f5d3aaec0901231c141a783f"
BUILD_AUTHOR="Mats"

0 comments on commit 522de5f

Please sign in to comment.