diff --git a/ReallifeGamemode.Server/Gangwar/Turf.cs b/ReallifeGamemode.Server/Gangwar/Turf.cs index 130169b8..ee9be72e 100644 --- a/ReallifeGamemode.Server/Gangwar/Turf.cs +++ b/ReallifeGamemode.Server/Gangwar/Turf.cs @@ -163,7 +163,7 @@ namespace ReallifeGamemode.Server.Gangwar this.takeOver(this.Owner); } timerCount += 1; - if (timerCount >= 10) //change to 900 (seconds) before release for testing reasons change to whatever you like + if (timerCount >= 900) //change to 900 (seconds) before release for testing reasons change to whatever you like { if (this.Att_Score > this.Def_Score) {