分离玩家信息插件,以及更新检测
This commit is contained in:
@@ -112,7 +112,7 @@ namespace AnotherReplayReader.Apm
|
||||
{
|
||||
string GetIpAndName(Player player) => player.IsComputer
|
||||
? "这是 AI"
|
||||
: identity.QueryRealNameAndIP(player.PlayerIp);
|
||||
: identity.QueryRealNameAndIP(player.PlayerIp) ?? string.Empty;
|
||||
dataList.Add(new("局域网 IP", plotter.Players.Select(GetIpAndName)));
|
||||
}
|
||||
apmRowIndex = dataList.Count;
|
||||
|
||||
Reference in New Issue
Block a user