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) {