mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-11 23:58:08 -05:00
fix retarded method that wasn't returning when it should have
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user