From 3ca73a5a7a1720ee9abd83e794e7da6b43f0669b Mon Sep 17 00:00:00 2001 From: RaidMax Date: Mon, 5 Jun 2017 21:49:26 -0500 Subject: [PATCH] Added fast restart plugin --- Admin/IW4M ADMIN.csproj | 5 +- Admin/Logger.cs | 3 +- Admin/lib/SharedLibrary.dll | Bin 96768 -> 104448 bytes FastRestartPlugin/FastRestartPlugin.csproj | 54 ++++++++++ FastRestartPlugin/Plugin.cs | 63 ++++++++++++ FastRestartPlugin/Properties/AssemblyInfo.cs | 36 +++++++ IW4M Admin.sln | 103 +++++++++++++++++++ SharedLibrary/RCON.cs | 2 +- 8 files changed, 262 insertions(+), 4 deletions(-) create mode 100644 FastRestartPlugin/FastRestartPlugin.csproj create mode 100644 FastRestartPlugin/Plugin.cs create mode 100644 FastRestartPlugin/Properties/AssemblyInfo.cs diff --git a/Admin/IW4M ADMIN.csproj b/Admin/IW4M ADMIN.csproj index 42de1f72..a5dbb33a 100644 --- a/Admin/IW4M ADMIN.csproj +++ b/Admin/IW4M ADMIN.csproj @@ -335,10 +335,13 @@ copy /Y "$(TargetDir)IW4MAdmin.exe.config" "$(SolutionDir)BUILD" copy /Y "$(ProjectDir)lib\Kayak.dll" "$(SolutionDir)BUILD\lib" - if $(ConfigurationName) == Release powershell.exe -file "$(SolutionDir)DEPLOY\publish_nightly.ps1" 1.3 if $(ConfigurationName) == Release-Stable powershell.exe -file "$(SolutionDir)DEPLOY\publish_stable.ps1" 1.3 + + + +