.deletecurrency will now also reset banked currency, closes #395

This commit is contained in:
Kwoth
2023-01-09 02:59:34 +01:00
parent a4053d0666
commit 59447d7aa8

View File

@@ -78,6 +78,7 @@ public class DangerousCommandsService : INService
await ctx.CurrencyTransactions.DeleteAsync();
await ctx.PlantedCurrency.DeleteAsync();
await ctx.BankUsers.DeleteAsync();
await ctx.SaveChangesAsync();
}