Added missing debug message
This commit is contained in:
parent
67a0871ae5
commit
1c0bd3f037
|
|
@ -19,6 +19,7 @@ public class NPCLocationConfig extends AbstractConfig{
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void reload(FishingEvent fishingEvent, Logger logger) {
|
public static void reload(FishingEvent fishingEvent, Logger logger) {
|
||||||
|
logger.debug("Reloading config [fishes.yml]");
|
||||||
config = new NPCLocationConfig(fishingEvent, logger);
|
config = new NPCLocationConfig(fishingEvent, logger);
|
||||||
config.readConfig(NPCLocationConfig.class, null);
|
config.readConfig(NPCLocationConfig.class, null);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user