Skip to content

Commit

Permalink
Update NetworkManager.java
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoBong committed Aug 17, 2024
1 parent e73fa91 commit dc99d14
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ public NetworkManager(LimboFactory factory, Path dataDirectory,
);

try {
Path path = dataDirectory.resolve("world.nbt");
WorldFile file = factory.openWorldFile(BuiltInWorldFileType.STRUCTURE, path);
Path path = dataDirectory.resolve("world.schem");
WorldFile file = factory.openWorldFile(BuiltInWorldFileType.SCHEMATIC, path);

file.toWorld(factory, authWorld, 0, 90, 0, 15);
} catch (IOException e) {
Expand Down

0 comments on commit dc99d14

Please sign in to comment.