mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-04 20:06:06 +00:00
[Forge] Add slash to location of defaults folder to allow locating of worldedit.properties file.
This commit is contained in:
parent
d9cea950b0
commit
b8bc055d21
@ -242,7 +242,7 @@ public class ForgeWorldEdit {
|
||||
checkNotNull(jar);
|
||||
checkNotNull(name);
|
||||
|
||||
String path = "defaults/" + name;
|
||||
String path = "/defaults/" + name;
|
||||
File targetFile = new File(getWorkingDir(), name);
|
||||
Closer closer = Closer.create();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user