Skip to content

Commit

Permalink
Unsafe run
Browse files Browse the repository at this point in the history
  • Loading branch information
yuesha-yc committed Dec 12, 2024
1 parent 8d8971c commit b0f4641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/teammoeg/frostedheart/FHMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public FHMain() {

// Client setup
LOGGER.info(COMMON_INIT, "Proceeding to Client Initialization");
DistExecutor.safeRunWhenOn(Dist.CLIENT, () -> FHClient::init);
DistExecutor.unsafeRunWhenOn(Dist.CLIENT, () -> FHClient::init);
}

/**
Expand Down

0 comments on commit b0f4641

Please sign in to comment.