mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-08 11:50:32 +01:00
13 lines
260 B
Diff
13 lines
260 B
Diff
|
@@ -46,7 +46,11 @@
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
+ // CraftBukkit start - Return false if gen was unsuccessful
|
||
|
+ } else {
|
||
|
+ return false;
|
||
|
}
|
||
|
+ // CraftBukkit end
|
||
|
|
||
|
return true;
|
||
|
}
|