fix: actually cancel if not safe to open

This commit is contained in:
Anna 2023-11-25 12:33:08 -05:00
parent d2cbb0bee7
commit 0c52c1a41a
Signed by: anna
GPG Key ID: D0943384CD9F87D1
1 changed files with 1 additions and 0 deletions

View File

@ -143,6 +143,7 @@ public class Plugin : IDalamudPlugin {
if (!safeToOpen) {
// try again real quick
this._checkSeconds = 5;
return;
}
Task.Run(async () => await this.Manager.Check());