Skip to content

Commit

Permalink
fix: asyncio config initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
ishland committed May 31, 2023
1 parent ed64eb9 commit 13deb25
Showing 1 changed file with 6 additions and 0 deletions.
@@ -1,7 +1,13 @@
package com.ishland.c2me.opts.chunkio;

import com.ishland.c2me.opts.chunkio.common.Config;

public class ModuleEntryPoint {

private static final boolean enabled = true;

static {
Config.init();
}

}

0 comments on commit 13deb25

Please sign in to comment.