- Removed hardcoded legacy models
- A newly created data for resources
This commit is contained in:
Dawid Bepierszcz
2024-10-19 13:09:06 +02:00
parent 8d8b2c34c7
commit c26093593f
88 changed files with 111724 additions and 55090 deletions

View File

@@ -18,7 +18,6 @@ namespace WeaponPaints
try
{
await using var connection = await WeaponPaints.Database.GetConnectionAsync();
await using var transaction = await connection.BeginTransactionAsync();
try