summaryrefslogtreecommitdiffstats
path: root/nms-patches/WorldGenGroundBush.patch
blob: 3cf00e596bab682b51635a2effb7382451a6860d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- ../work/decompile-8eb82bde//net/minecraft/server/WorldGenGroundBush.java	2014-11-28 11:22:56.242823156 +0000
+++ src/main/java/net/minecraft/server/WorldGenGroundBush.java	2014-11-28 11:01:54.000000000 +0000
@@ -46,7 +46,11 @@
                     }
                 }
             }
+        // CraftBukkit start - Return false if gen was unsuccessful
+        } else {
+            return false;
         }
+        // CraftBukkit end
 
         return true;
     }