Skip to content

Commit

Permalink
Fix production env launch
Browse files Browse the repository at this point in the history
  • Loading branch information
ishland committed Feb 27, 2021
1 parent f492b2f commit d692214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ shadowJar {
dependencies {
include(dependency("com.ibm.async:asyncutil:0.1.0"))
include(dependency("com.electronwill.night-config:toml:3.6.3"))
include(dependency("com.electronwill.night-config:core:3.6.3"))
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class C2MEMixinPlugin implements IMixinConfigPlugin {

@Override
public void onLoad(String mixinPackage) {
C2MEConfig.class.getName(); // Load configuration
C2MEConfig.threadedWorldGenConfig.getClass().getName(); // Load configuration
LOGGER.info("Successfully loaded configuration for C2ME");
}

Expand Down

0 comments on commit d692214

Please sign in to comment.