Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-09 13:00:05 +01:00
[Forge] Add slash to location of defaults folder to allow locating of worldedit.properties file.
Dieser Commit ist enthalten in:
Ursprung
8f1943fd84
Commit
aaf4c61251
@ -246,7 +246,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();
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren