From 6a63653889dba21fed84d75dad94c17694ccee4d Mon Sep 17 00:00:00 2001 From: Fabian Date: Mon, 17 May 2021 23:20:45 +0200 Subject: [PATCH] shame on me --- ReallifeGamemode.Server/Util/Rentcar.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ReallifeGamemode.Server/Util/Rentcar.cs b/ReallifeGamemode.Server/Util/Rentcar.cs index a286f44b..d98c201d 100644 --- a/ReallifeGamemode.Server/Util/Rentcar.cs +++ b/ReallifeGamemode.Server/Util/Rentcar.cs @@ -56,19 +56,19 @@ namespace ReallifeGamemode.Server.Util stadthalleVehicleProperties.Add(new RentcarProperty("bmx", 10)); stadthalleVehicleProperties.Add(new RentcarProperty("faggio3", 50)); - noobspawnVehicleProperties.Add(new RentcarProperty("panto", 200)); + stadthalleVehicleProperties.Add(new RentcarProperty("panto", 200)); knastVehicleProperties.Add(new RentcarProperty("bmx", 10)); knastVehicleProperties.Add(new RentcarProperty("faggio3", 50)); - noobspawnVehicleProperties.Add(new RentcarProperty("panto", 200)); + knastVehicleProperties.Add(new RentcarProperty("panto", 200)); paletoVehicleProperties.Add(new RentcarProperty("bmx", 10)); paletoVehicleProperties.Add(new RentcarProperty("faggio3", 50)); - noobspawnVehicleProperties.Add(new RentcarProperty("panto", 200)); + paletoVehicleProperties.Add(new RentcarProperty("panto", 200)); lamesaVehicleProperties.Add(new RentcarProperty("bmx", 10)); lamesaVehicleProperties.Add(new RentcarProperty("faggio3", 50)); - noobspawnVehicleProperties.Add(new RentcarProperty("panto", 200)); + lamesaVehicleProperties.Add(new RentcarProperty("panto", 200)); } public static void cancelRent(Player player)