Skip to content

Commit

Permalink
well, that was awkward
Browse files Browse the repository at this point in the history
  • Loading branch information
acrylic-style committed Dec 24, 2021
1 parent 18e59c5 commit 29e3564
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ public static void bootstrap(@Nullable BlueberryUtil utilImpl) {
Runtime.getRuntime().addShutdownHook(new BlueberryShutdownHookThread());
if (isClient()) {
util = safeGetOnClient(() -> new SafeExecutor<>() {
@NotNull
@Override
public BlueberryUtil execute() {
return new BlueberryClient((BlueberryClient) utilImpl);
Expand Down

0 comments on commit 29e3564

Please sign in to comment.