From c56077b4f0df0c5326c3685fac15c36af82ccf8f Mon Sep 17 00:00:00 2001 From: Fabian Date: Tue, 15 Jun 2021 18:32:58 +0200 Subject: [PATCH] looooooooooooooool --- ReallifeGamemode.Server/Util/Rentcar.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Server/Util/Rentcar.cs b/ReallifeGamemode.Server/Util/Rentcar.cs index e194f804..cecd0903 100644 --- a/ReallifeGamemode.Server/Util/Rentcar.cs +++ b/ReallifeGamemode.Server/Util/Rentcar.cs @@ -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(); }