Skip to content

Commit

Permalink
Erreur (évidemment) !!!!!!!!!!!!! :trollface:
Browse files Browse the repository at this point in the history
  • Loading branch information
Niilyx committed Sep 5, 2023
1 parent b285d57 commit 040037a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,8 @@ private ParseMapArgs loadFolderMap(String mapName) throws MapLoadingException {
"game_maps/" + Core.get().getGameManager().getCurrentGame().getMetadata().name() + "/" + mapName);
if (!sourceFolder.isDirectory()) throw new MapLoadingException(mapName + " n'est pas un dossier ou n'existe pas.");

File destination = new File(Bukkit.getPluginsFolder().getParent());
Core.get().getLogger().log(Level.INFO, "Plugins folder absolute: {0}\nParent: {1}", new Object[]{Bukkit.getPluginsFolder().getAbsolutePath(), Bukkit.getPluginsFolder().getParent()});
File destination = Bukkit.getPluginsFolder().getParentFile();
File newFolder;

try {
Expand Down

0 comments on commit 040037a

Please sign in to comment.