diff --git a/core/src/main/java/com/seibel/distanthorizons/core/sql/repo/AbstractDhRepo.java b/core/src/main/java/com/seibel/distanthorizons/core/sql/repo/AbstractDhRepo.java index f44019a19..d76394390 100644 --- a/core/src/main/java/com/seibel/distanthorizons/core/sql/repo/AbstractDhRepo.java +++ b/core/src/main/java/com/seibel/distanthorizons/core/sql/repo/AbstractDhRepo.java @@ -140,7 +140,7 @@ public abstract class AbstractDhRepo> implemen // connection setup // //==================// - String filePath = this.databaseFile.getPath(); + String filePath = this.databaseFile.getAbsolutePath(); // relative paths don't work if long file paths are enabled below if (EPlatform.get() == EPlatform.WINDOWS) { // enable long file paths on windows to prevent edge cases where