MasterCake 4 years ago
parent
commit
5657cbdac4
2 changed files with 2 additions and 2 deletions
  1. 1 1
      pom.xml
  2. 1 1
      src/xyz/spaceio/customoregen/Events.java

+ 1 - 1
pom.xml

@@ -4,7 +4,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>xyz.spaceio</groupId>
 	<artifactId>CustomOreGen</artifactId>
-	<version>1.3.24-SNAPSHOT</version>
+	<version>1.3.25-SNAPSHOT</version>
 	<repositories>
 		<!-- Spigot repository -->
 		<repository>

+ 1 - 1
src/xyz/spaceio/customoregen/Events.java

@@ -63,7 +63,7 @@ public class Events implements Listener {
 				}
 			}
 
-			if (toType != null || b.getType() == Material.AIR && (generatesCobble(fromType, b))) {
+			if ((toType != null || b.getType() == Material.AIR) && (generatesCobble(fromType, b))) {
 				OfflinePlayer p = plugin.getOwner(b.getLocation());
 				if (p == null)
 					return;