Paper/nms-patches/WorldGenGroundBush.patch

13 lines
260 B
Diff
Raw Normal View History

@@ -46,7 +46,11 @@
}
}
}
+ // CraftBukkit start - Return false if gen was unsuccessful
+ } else {
+ return false;
}
+ // CraftBukkit end
return true;
}