actually do the file path stuff how it's supposed to work

This commit is contained in:
Aurora
2020-08-30 11:45:37 +02:00
parent 9238a887c0
commit dd85fc254f
2 changed files with 4 additions and 3 deletions

View File

@@ -208,7 +208,7 @@ public abstract class LocalConfiguration {
* @return a working directory
*/
public Path getWorkingDirectoryPath() {
return Paths.get(".","plugins", "FastAsyncWorldEdit");
return Paths.get(".");
}
public void initializeSnapshotConfiguration(String directory, boolean experimental) {