Skip to content

Commit

Permalink
last try (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljacqu committed Jun 29, 2024
1 parent 48c7e67 commit 99ac48c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ public static void initLogger() {
public void setUpClasses() throws IOException {
given(settings.getProperty(LimboSettings.DISTRIBUTION_SIZE)).willReturn(SegmentSize.SIXTEEN);
dataFolder = temporaryFolder.newFolder();
System.out.println("Limbo data folder is: " + dataFolder);
playerDataFolder = new File(dataFolder, "playerdata");
playerDataFolder.mkdir();

Expand Down

0 comments on commit 99ac48c

Please sign in to comment.