mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 19:17:22 +01:00
fix data pushes to 0 players
This commit is contained in:
parent
ed604d9bd6
commit
45373fea20
2 changed files with 13 additions and 7 deletions
|
|
@ -16,7 +16,6 @@ public partial class ApiController
|
|||
|
||||
try
|
||||
{
|
||||
Logger.LogDebug("Pushing Character data {hash} to {visible}", data.DataHash, string.Join(", ", visibleCharacters.Select(v => v.AliasOrUID)));
|
||||
await PushCharacterDataInternal(data, [.. visibleCharacters]).ConfigureAwait(false);
|
||||
}
|
||||
catch (OperationCanceledException)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue