Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
MLGPenguin committed Jul 11, 2024
2 parents fe6042f + f4ce6d8 commit 555c95c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ object LocalPluginCache : PluginCache<LocalPlugin>() {
}
}

save()

if (none(LocalPlugin::isPluginPortal)) add(ppLocalPlugin)

PortalLogger.info(PortalLogger.Action.LOAD_PLUGINS, "Loaded ${plugins.size} plugins from local cache")
Expand Down Expand Up @@ -121,4 +123,4 @@ object LocalPluginCache : PluginCache<LocalPlugin>() {
if (plugins.size == 1) ifSingle.invoke(plugins.first())
else ifMore.invoke(plugins)
}
}
}

0 comments on commit 555c95c

Please sign in to comment.