forked from CWX/CWX-mods
asd
This commit is contained in:
parent
29eb7fb803
commit
f547cb2ddb
@ -161,7 +161,7 @@ namespace CWX_DebuggingTool
|
|||||||
// _content += $"[{GetRotationToPlayer(_player, player)}]";
|
// _content += $"[{GetRotationToPlayer(_player, player)}]";
|
||||||
// }
|
// }
|
||||||
|
|
||||||
_distance = Vector3.Distance(player.Transform.position, _player.Transform.position);
|
_distance = Vector3.Distance(player.CameraPosition.position, _player.Transform.position);
|
||||||
_content += $"> [{_distance:n2}m] [{_playerRoleAndDiff.First(x => x.Key == player.ProfileId).Value.Role}] " +
|
_content += $"> [{_distance:n2}m] [{_playerRoleAndDiff.First(x => x.Key == player.ProfileId).Value.Role}] " +
|
||||||
$"[{player.Profile.Side}] [{_playerRoleAndDiff.First(x => x.Key == player.ProfileId).Value.Difficulty}] {player.Profile.Nickname}\n";
|
$"[{player.Profile.Side}] [{_playerRoleAndDiff.First(x => x.Key == player.ProfileId).Value.Difficulty}] {player.Profile.Nickname}\n";
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user