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 dc99d14 commit bbd6e51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public NetworkManager(LimboFactory factory, Path dataDirectory,
);

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

file.toWorld(factory, authWorld, 0, 90, 0, 15);
Expand Down

0 comments on commit bbd6e51

Please sign in to comment.