back to main branch

update harmony
fix restart from pl
add setup script for ease of install
This commit is contained in:
zznty
2023-03-31 20:17:44 +07:00
parent ce1fd45519
commit 6badf3121a
6 changed files with 69 additions and 61 deletions

View File

@@ -100,8 +100,8 @@ public static class LoaderTools
public static void Restart()
{
Application.Restart();
Process.GetCurrentProcess().Kill();
Process.Start("explorer.exe", "steam://rungameid/244850");
Environment.Exit(0);
}
public static void ExecuteMain(SEPMPlugin plugin)