Commit 2369f92c authored by KingRainbow44's avatar KingRainbow44
Browse files

Fix command issue

parent 03988414
...@@ -36,7 +36,7 @@ public final class Grasscutter { ...@@ -36,7 +36,7 @@ public final class Grasscutter {
private static GameServer gameServer; private static GameServer gameServer;
private static PluginManager pluginManager; private static PluginManager pluginManager;
public static final Reflections reflector = new Reflections(); public static final Reflections reflector = new Reflections("emu.grasscutter");
static { static {
// Declare logback configuration. // Declare logback configuration.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment