looooooooooooooool

This commit is contained in:
Fabian
2021-06-15 18:32:58 +02:00
parent 150303f6ee
commit c56077b4f0

View File

@@ -85,7 +85,7 @@ namespace ReallifeGamemode.Server.Util
{
User user = player.GetUser(dbContext);
user.BankAccount.Balance -= mapPlayerRentcarBill[player.Name].Item2;
logger.LogInformation("Player {0} cancelled a rent and payed {1} dollars ({3})", player.Name, mapPlayerRentcarBill[player.Name].Item2, cancelReason.ToString());
logger.LogInformation("Player {0} cancelled a rent and payed {1} dollars ({2})", player.Name, mapPlayerRentcarBill[player.Name].Item2, cancelReason.ToString());
dbContext.SaveChanges();
}