mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-28 11:44:42 +02: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