This commit is contained in:
Stanley Dimant
2022-07-24 14:44:36 +02:00
parent af7dd239aa
commit e31c232f79
7 changed files with 24 additions and 43 deletions

View File

@@ -254,7 +254,7 @@ public class OnlinePlayerManager : IDisposable
{
Task.Run(async () =>
{
await _apiController.PushCharacterData(_playerManager.LastCreatedCharacterData!,
await _apiController.PushCharacterData(_playerManager.LastCreatedCharacterData,
visiblePlayers);
});
}