diff --git a/Admin/Server.cs b/Admin/Server.cs index 2b52ecaf..d2a6cdd0 100644 --- a/Admin/Server.cs +++ b/Admin/Server.cs @@ -328,7 +328,7 @@ namespace IW4MAdmin try { - ClientNum = await PollPlayersAsync(); + await PollPlayersAsync(); if (ConnectionErrors > 0) { @@ -375,7 +375,9 @@ namespace IW4MAdmin start = DateTime.Now; } - //logFile = new IFile(); + if (LogFile == null) + return; + if (l_size != LogFile.Length()) { // this should be the longest running task diff --git a/Admin/lib/SharedLibrary.dll b/Admin/lib/SharedLibrary.dll index 98ed18af..7ca9ddb8 100644 Binary files a/Admin/lib/SharedLibrary.dll and b/Admin/lib/SharedLibrary.dll differ diff --git a/Admin/webfront/main.html b/Admin/webfront/main.html index 10b86989..6eb83337 100644 --- a/Admin/webfront/main.html +++ b/Admin/webfront/main.html @@ -1,6 +1,13 @@