From 9935e40d66054e8180668b3ed4996e7510c74a42 Mon Sep 17 00:00:00 2001 From: Fabian Date: Sun, 2 May 2021 22:57:15 +0200 Subject: [PATCH] timer rentcar --- 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 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;