mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 02:04:44 +02:00
fix debugpaste with multiverse
This commit is contained in:
@ -148,7 +148,7 @@ public class DebugPaste extends SubCommand {
|
||||
try {
|
||||
final File MultiverseWorlds = new File(PlotSquared.platform().getDirectory(),
|
||||
"../Multiverse-Core/worlds.yml");
|
||||
incendoPaster.addFile(MultiverseWorlds);
|
||||
incendoPaster.addFile(MultiverseWorlds, "Multiverse-Core/worlds.yml");
|
||||
} catch (final IOException ignored) {
|
||||
player.sendMessage(TranslatableCaption.of("debugpaste.skip_multiverse"),
|
||||
Template.of("file", "worlds.yml"));
|
||||
@ -187,4 +187,4 @@ public class DebugPaste extends SubCommand {
|
||||
});
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user