Skip to content

Commit

Permalink
InstallChecker shouldn't run more than once
Browse files Browse the repository at this point in the history
  • Loading branch information
siimav committed Jan 28, 2024
1 parent d0eec4d commit 923ddf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified GameData/RP-1/Plugins/RP0InstallChecker.dll
Binary file not shown.
2 changes: 2 additions & 0 deletions Source/InstallChecker/InstallChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ protected void Update()
ShowErrorDialog(titleText, contentText);
return;
}

Destroy(this);
}

private static void ShowErrorDialog(string titleText, string contentText)
Expand Down

0 comments on commit 923ddf6

Please sign in to comment.