mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-11-09 05:25:00 +01:00
Fix multiple schematic issues (which I caused)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user