Workaround for SPIGOT-5574

This commit is contained in:
MattBDev 2020-02-12 15:42:31 -05:00
parent b16db904cc
commit 0304e98b00
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ public class BukkitPlotGenerator extends ChunkGenerator
}
public boolean shouldGenerateStructures() {
return false;
return true;
}
@Override public String toString() {