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:
@ -141,7 +141,7 @@ public class DebugPaste extends SubCommand {
|
||||
try {
|
||||
final File MultiverseWorlds = new File(PlotSquared.get().IMP.getDirectory(),
|
||||
"../Multiverse-Core/worlds.yml");
|
||||
incendoPaster.addFile(MultiverseWorlds);
|
||||
incendoPaster.addFile(MultiverseWorlds, "Multiverse-Core/worlds.yml");
|
||||
} catch (final IOException ignored) {
|
||||
MainUtil.sendMessage(player,
|
||||
"&cSkipping Multiverse worlds.yml because the plugin is not in use");
|
||||
|
Reference in New Issue
Block a user