rentcar timer wieder auf normalwert

This commit is contained in:
Fabian
2021-05-03 00:15:55 +02:00
parent 86970361f2
commit 15e919dbd0
2 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ namespace ReallifeGamemode.Server.Util
class Rentcar : Script
{
//In Sekunden
public static int PAY_TIMER = 30;
public static int PAY_TIMER = 180;
//In Stunden
private static int PAYTIME_FREE = 30;