This commit is contained in:
Stanley Dimant
2024-07-27 02:29:59 +02:00
parent 91c7cc5fc8
commit 9c954471fb
7 changed files with 48 additions and 2 deletions

View File

@@ -53,6 +53,7 @@ public class PluginWarningNotificationService
warning.ShownHonorificWarning = true;
}
// todo: change the moodles apiavailable to petnames for testing
if (changes.Contains(PlayerChanges.Moodles) && !warning.ShownMoodlesWarning && !_ipcManager.Moodles.APIAvailable)
{
missingPluginsForData.Add("Moodles");