From 550d2a9ef9f46c5bc41c88e4752d77c52f54732b Mon Sep 17 00:00:00 2001 From: Fabian Date: Thu, 29 Apr 2021 19:27:18 +0200 Subject: [PATCH] zu testzwecken gw timer runtergesetzt --- ReallifeGamemode.Server/Gangwar/Turf.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Server/Gangwar/Turf.cs b/ReallifeGamemode.Server/Gangwar/Turf.cs index 423b3c3a..d7406dcf 100644 --- a/ReallifeGamemode.Server/Gangwar/Turf.cs +++ b/ReallifeGamemode.Server/Gangwar/Turf.cs @@ -31,7 +31,7 @@ namespace ReallifeGamemode.Server.Gangwar public Player[] playerInGangwar { get; set; } public int timerCount; - private const int GANGWAR_TOTAL_TIME = 900; + private const int GANGWAR_TOTAL_TIME = 30; public Turf(int TurfID, string TurfName, int color, string Owner, int value, int maxValue, bool surplus) {