fix(logging): avoid msg during local expansion manager initialization

This commit is contained in:
darbyjack
2026-06-30 20:13:43 -05:00
parent ecc4ca002c
commit c5c75a5e8c
@@ -94,7 +94,7 @@ public final class LocalExpansionManager implements Listener {
this.folder = new File(plugin.getDataFolder(), EXPANSIONS_FOLDER_NAME);
if (!this.folder.exists() && !folder.mkdirs()) {
Msg.warn("Failed to create expansions folder!");
plugin.getLogger().warning("Failed to create expansions folder!");
}
}