mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-10 03:33:22 +08:00
Fix command issue
This commit is contained in:
parent
03988414ce
commit
2369f92cb4
@ -36,7 +36,7 @@ public final class Grasscutter {
|
||||
private static GameServer gameServer;
|
||||
private static PluginManager pluginManager;
|
||||
|
||||
public static final Reflections reflector = new Reflections();
|
||||
public static final Reflections reflector = new Reflections("emu.grasscutter");
|
||||
|
||||
static {
|
||||
// Declare logback configuration.
|
||||
|
Loading…
Reference in New Issue
Block a user