mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 03:30:11 +00:00
Workaround for SPIGOT-5574
This commit is contained in:
parent
b16db904cc
commit
0304e98b00
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ public class BukkitPlotGenerator extends ChunkGenerator
|
|||
}
|
||||
|
||||
public boolean shouldGenerateStructures() {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override public String toString() {
|
||||
|
|
Loading…
Reference in a new issue