This commit is contained in:
Dawid Bepierszcz
2024-03-11 11:16:18 +01:00
parent 6dc047477c
commit 97e73bfd53
2 changed files with 18 additions and 26 deletions

View File

@@ -44,7 +44,7 @@ namespace WeaponPaints
_ = Task.Run(async () => await weaponSync.GetAgentFromDatabase(playerInfo));
}
}
catch (AggregateException)
catch (Exception)
{
}