Fix multiple schematic issues (which I caused)

This commit is contained in:
boy0001
2015-07-26 04:12:35 +10:00
parent c2fff8cbd7
commit b76899c6e2
9 changed files with 211 additions and 109 deletions

View File

@ -467,8 +467,8 @@ public class Plot {
/**
* Set the plot biome
*/
public void setBiome(String biome) {
MainUtil.setBiome(this, biome);
public void setBiome(String biome, Runnable whenDone) {
MainUtil.setBiome(this, biome, whenDone);
}
/**