diff --git a/Application/IW4MServer.cs b/Application/IW4MServer.cs index 680f5ca8..93a71f6c 100644 --- a/Application/IW4MServer.cs +++ b/Application/IW4MServer.cs @@ -569,6 +569,7 @@ namespace IW4MAdmin if (client == null) { Logger.WriteWarning($"{origin} expected to exist in client list for update, but they do not"); + return; } client.Ping = origin.Ping;