From c8c5d777a1aeff01ca8bd20ad3635fab0d3147ff Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Thu, 3 Oct 2019 00:40:41 +0200 Subject: [PATCH] Make paths... idk what to say here --- .../intellectualsites/plotsquared/plot/commands/DebugPaste.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/DebugPaste.java b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/DebugPaste.java index e57ecf211..747d17161 100644 --- a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/DebugPaste.java +++ b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/commands/DebugPaste.java @@ -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) {