zu testzwecken gw timer runtergesetzt

This commit is contained in:
Fabian
2021-04-29 19:27:18 +02:00
parent 6537e0551c
commit 550d2a9ef9

View File

@@ -31,7 +31,7 @@ namespace ReallifeGamemode.Server.Gangwar
public Player[] playerInGangwar { get; set; } public Player[] playerInGangwar { get; set; }
public int timerCount; 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) public Turf(int TurfID, string TurfName, int color, string Owner, int value, int maxValue, bool surplus)
{ {