mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26: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 {
|
try {
|
||||||
final File MultiverseWorlds =
|
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
|
incendoPaster
|
||||||
.addFile(new IncendoPaster.PasteFile("MultiverseCore/worlds.yml", readFile(MultiverseWorlds)));
|
.addFile(new IncendoPaster.PasteFile("MultiverseCore/worlds.yml", readFile(MultiverseWorlds)));
|
||||||
} catch (final IOException ignored) {
|
} catch (final IOException ignored) {
|
||||||
|
Loading…
Reference in New Issue
Block a user