Load npc location config

This commit is contained in:
Teriuihi 2023-09-22 02:22:00 +02:00
parent 6c6528b180
commit fab02637f4

View File

@ -59,5 +59,6 @@ public final class FishingEvent extends JavaPlugin {
Config.reload(this, logger);
Fishes.reload(this, logger);
Messages.reload(this, logger);
NPCLocationConfig.reload(this, logger);
}
}