mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00:00
fix filepath in Local Configuration
This commit is contained in:
parent
aa93f192c6
commit
9238a887c0
@ -208,7 +208,7 @@ public abstract class LocalConfiguration {
|
||||
* @return a working directory
|
||||
*/
|
||||
public Path getWorkingDirectoryPath() {
|
||||
return Paths.get(".");
|
||||
return Paths.get(".","plugins", "FastAsyncWorldEdit");
|
||||
}
|
||||
|
||||
public void initializeSnapshotConfiguration(String directory, boolean experimental) {
|
||||
|
Loading…
Reference in New Issue
Block a user