Make paths... idk what to say here

This commit is contained in:
NotMyFault 2019-10-03 00:40:41 +02:00
parent b92d42e7cc
commit c8c5d777a1

View File

@ -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) {