1
0
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:
RaidMax
2019-12-28 15:40:55 -06:00
parent 21225cba11
commit 2975607978

View File

@ -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;