mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-23 00:15:06 +00:00
Test another workaround
This commit is contained in:
parent
0304e98b00
commit
d7af409d01
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ public class BukkitPlotGenerator extends ChunkGenerator
|
|||
}
|
||||
|
||||
public boolean shouldGenerateDecorations() {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
public boolean isParallelCapable() {
|
||||
|
|
Loading…
Reference in a new issue