mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 16:44:14 +01:00
use custom interpolated string handler
This commit is contained in:
parent
4a04513652
commit
86cdcdb5cf
9 changed files with 88 additions and 31 deletions
|
|
@ -76,7 +76,7 @@ public class PlayerDataFactory
|
|||
|
||||
try
|
||||
{
|
||||
await _performanceCollector.LogPerformance(this, "CreateCharacterData>" + playerRelatedObject.ObjectKind, async () =>
|
||||
await _performanceCollector.LogPerformance(this, $"CreateCharacterData>{playerRelatedObject.ObjectKind}", async () =>
|
||||
{
|
||||
await CreateCharacterData(previousData, playerRelatedObject, token).ConfigureAwait(false);
|
||||
}).ConfigureAwait(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue