remove useless Structure#generate implementation

This commit is contained in:
dfsek
2021-07-22 18:44:23 -07:00
parent 6d0a32f251
commit 9d687208c9
3 changed files with 1 additions and 22 deletions
@@ -81,7 +81,7 @@ public class StructureLoadCommand implements CommandTemplate {
if(this.chunk) {
script.generate(player.position(), player.world(), player.world().getChunkAt(player.position()), random, r);
} else {
script.generate(player.position(), player.world(), random, r);
script.generateDirect(player.position(), player.world(), random, r);
}
long l = System.nanoTime() - t;