summaryrefslogtreecommitdiffstats
path: root/nms-patches/WorldGenGroundBush.patch
blob: 9a633c3bde3d074df0b8195a911bf1dc0ce4b336 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- ../work/decompile-bb26c12b/net/minecraft/server/WorldGenGroundBush.java	2014-11-27 08:59:46.925420860 +1100
+++ src/main/java/net/minecraft/server/WorldGenGroundBush.java	2014-11-27 08:42:10.144850927 +1100
@@ -46,7 +46,11 @@
                     }
                 }
             }
+        // CraftBukkit start - Return false if gen was unsuccessful
+        } else {
+            return false;
         }
+        // CraftBukkit end
 
         return true;
     }