From bc452cfd939222b8c5310b2ae2c04649df0be865 Mon Sep 17 00:00:00 2001 From: RaidMax Date: Sun, 28 May 2017 20:07:33 -0500 Subject: [PATCH] Fixed the ban loop bug (client goes into zombie state if immediately kicked upon joining, and won't disconnect until a timeout) --- Admin/IW4M ADMIN.csproj | 2 +- Admin/Logger.cs | 3 ++ Admin/Main.cs | 3 +- Admin/Manager.cs | 4 +-- Admin/Server.cs | 62 ++++++++++------------------------- Admin/WebService.cs | 2 +- Admin/lib/SharedLibrary.dll | Bin 103424 -> 103424 bytes SharedLibrary/AsyncStatus.cs | 8 +++-- SharedLibrary/Player.cs | 7 ++++ SharedLibrary/RCON.cs | 5 +-- SharedLibrary/Server.cs | 4 +-- SharedLibrary/Utilities.cs | 4 +-- Votemap Plugin/Plugin.cs | 2 -- Welcome Plugin/Plugin.cs | 6 ++-- 14 files changed, 48 insertions(+), 64 deletions(-) diff --git a/Admin/IW4M ADMIN.csproj b/Admin/IW4M ADMIN.csproj index 8d0a56c90..62fab7d00 100644 --- a/Admin/IW4M ADMIN.csproj +++ b/Admin/IW4M ADMIN.csproj @@ -322,7 +322,7 @@ copy /Y "$(ProjectDir)lib\SQLite.Interop.dll" "$(SolutionDir)BUILD\lib" -if $(ConfigurationName) == Release powershell.exe -file "$(SolutionDir)DEPLOY\publish_nightly.ps1" %25iw4madmin_version%25 +if $(ConfigurationName) == Release powershell.exe -file "$(SolutionDir)DEPLOY\publish_nightly.ps1" 1.3