From f3601c6eec16f5795a9c4ace9f1471c38bdff4f8 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 30 Jul 2020 21:16:03 +0200 Subject: [PATCH] vergessen zeit wieder auf 15min zu setzen --- 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 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) {