Updated repository manager for the new backend

This commit is contained in:
2025-04-01 18:47:13 +03:00
parent a6ed4078ca
commit 62ba5ec63d
8 changed files with 62 additions and 170 deletions

View File

@@ -43,7 +43,7 @@ public sealed class PluginManager : IPluginManager
if (!onlinePlugins.Any())
{
Application.Log("Failed to get all plugins from the repository", LogType.Warning);
Application.Log("Could not get any plugins from the repository", LogType.Warning);
return [];
}