mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-03 19:15:45 +00:00
Make paths... idk what to say here
This commit is contained in:
parent
b92d42e7cc
commit
c8c5d777a1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue