diff --git a/plugin/CactbotEventSource/VersionChecker.cs b/plugin/CactbotEventSource/VersionChecker.cs index 1cfe1dd592..7e9052ebae 100644 --- a/plugin/CactbotEventSource/VersionChecker.cs +++ b/plugin/CactbotEventSource/VersionChecker.cs @@ -146,7 +146,7 @@ public async void DoUpdateCheck(CactbotEventSourceConfig config) { repo = kRepo, downloadUrl = kDownloadUrl, strippedDirs = 2, - actPluginId = 78, + actPluginId = 97, }; await Updater.RunAutoUpdater(options);