mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -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)
|
||||
{
|
||||
Logger.WriteWarning($"{origin} expected to exist in client list for update, but they do not");
|
||||
return;
|
||||
}
|
||||
|
||||
client.Ping = origin.Ping;
|
||||
|
Reference in New Issue
Block a user