mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
add game log server
This commit is contained in:
@ -100,9 +100,7 @@ namespace IW4MAdmin.Application
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
|
||||
//// todo: this is a hacky mess
|
||||
// todo: this is a hacky mess
|
||||
if (newEvent.Origin?.DelayedEvents.Count > 0 &&
|
||||
newEvent.Origin?.State == Player.ClientState.Connected)
|
||||
{
|
||||
@ -175,7 +173,7 @@ namespace IW4MAdmin.Application
|
||||
Logger.WriteDebug("Error Trace: " + ex.StackTrace);
|
||||
}
|
||||
// tell anyone waiting for the output that we're done
|
||||
newEvent.OnProcessed.Release();
|
||||
newEvent.OnProcessed.Set();
|
||||
}
|
||||
|
||||
public IList<Server> GetServers()
|
||||
|
Reference in New Issue
Block a user