diff --git a/ReallifeGamemode.Server/Util/Rentcar.cs b/ReallifeGamemode.Server/Util/Rentcar.cs index 271f6cb8..97f8a2fe 100644 --- a/ReallifeGamemode.Server/Util/Rentcar.cs +++ b/ReallifeGamemode.Server/Util/Rentcar.cs @@ -13,7 +13,7 @@ namespace ReallifeGamemode.Server.Util class Rentcar : Script { //In Sekunden - public static int PAY_TIMER = 10; + public static int PAY_TIMER = 300; //In Stunden private static int PAYTIME_FREE = 30;