Remove unused regenerate method

This commit is contained in:
MattBDev
2020-04-28 11:16:51 -04:00
parent 4307e3a671
commit 3265a9e794
5 changed files with 20 additions and 51 deletions

View File

@ -184,7 +184,7 @@ public class BukkitWorld extends AbstractWorld {
BukkitImplAdapter adapter = WorldEditPlugin.getInstance().getBukkitImplAdapter();
try {
if (adapter != null) {
return adapter.regenerate(getWorld(), region, null, null, editSession);
return adapter.regenerate(getWorld(), region, editSession);
} else {
throw new UnsupportedOperationException("Missing BukkitImplAdapater for this version.");
}