mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
Workaround for SPIGOT-5574
This commit is contained in:
parent
b16db904cc
commit
0304e98b00
@ -203,7 +203,7 @@ public class BukkitPlotGenerator extends ChunkGenerator
|
||||
}
|
||||
|
||||
public boolean shouldGenerateStructures() {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override public String toString() {
|
||||
|
Loading…
Reference in New Issue
Block a user