You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
434 B
17 lines
434 B
10 years ago
|
--- ../src-base/minecraft/net/minecraft/world/gen/feature/WorldGenShrub.java
|
||
|
+++ ../src-work/minecraft/net/minecraft/world/gen/feature/WorldGenShrub.java
|
||
|
@@ -62,7 +62,13 @@
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
+ // CraftBukkit start - Return false if gen was unsuccessful
|
||
|
+ }
|
||
|
+ else
|
||
|
+ {
|
||
|
+ return false;
|
||
|
}
|
||
|
+ // CraftBukkit end
|
||
|
|
||
|
return true;
|
||
|
}
|