mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-13 20:33:01 +00:00
Structure#generateDirect -> #generate
This commit is contained in:
+1
-1
@@ -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.generateDirect(player.position(), player.world(), random, r);
|
||||
script.generate(player.position(), player.world(), random, r);
|
||||
}
|
||||
long l = System.nanoTime() - t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user