mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Make paths... idk what to say here
This commit is contained in:
parent
b92d42e7cc
commit
c8c5d777a1
@ -117,7 +117,7 @@ import java.util.stream.Collectors;
|
||||
|
||||
try {
|
||||
final File MultiverseWorlds =
|
||||
new File(PlotSquared.get().IMP.getDirectory(), "../../plugins/Multiverse-Core/worlds.yml");
|
||||
new File(PlotSquared.get().IMP.getDirectory(), "../Multiverse-Core/worlds.yml");
|
||||
incendoPaster
|
||||
.addFile(new IncendoPaster.PasteFile("MultiverseCore/worlds.yml", readFile(MultiverseWorlds)));
|
||||
} catch (final IOException ignored) {
|
||||
|
Loading…
Reference in New Issue
Block a user