fix retarded method that wasn't returning when it should have
This commit is contained in:
parent
4d3f7da48e
commit
1e1a03c9d8
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user