Skip to content

Commit

Permalink
[FIX] ProGuard librariesDir
Browse files Browse the repository at this point in the history
  • Loading branch information
gravit0 committed Jul 18, 2024
1 parent 903c4d4 commit 5bf92d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public LaunchServer(LaunchServerDirectories directories, LaunchServerEnv env, La
launcherPack = directories.launcherPackDir;
modulesDir = directories.modules;
launcherModulesDir = directories.launcherModules;
librariesDir = directories.launcherLibrariesDir;
librariesDir = directories.librariesDir;
this.shardId = shardId;
if(!Files.isDirectory(launcherPack)) {
Files.createDirectories(launcherPack);
Expand Down

0 comments on commit 5bf92d9

Please sign in to comment.