fix retarded method that wasn't returning when it should have

This commit is contained in:
RaidMax 2019-12-28 15:40:55 -06:00
parent 4d3f7da48e
commit 1e1a03c9d8

View File

@ -569,6 +569,7 @@ namespace IW4MAdmin
if (client == null) if (client == null)
{ {
Logger.WriteWarning($"{origin} expected to exist in client list for update, but they do not"); Logger.WriteWarning($"{origin} expected to exist in client list for update, but they do not");
return;
} }
client.Ping = origin.Ping; client.Ping = origin.Ping;