Skip to content

Commit

Permalink
Revert changes in AsyncPackManager
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTheodor committed Dec 22, 2023
1 parent da670c2 commit 6fb1af3
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ public AsyncPackManager(Arte arte) {

@Override
protected void reload(PackZipperCreator zipper) {
//new Thread(() ->
super.reload(zipper);
//).start();
new Thread(() -> super.reload(zipper)).start();
}

@Override
Expand Down

0 comments on commit 6fb1af3

Please sign in to comment.