vergessen zeit wieder auf 15min zu setzen

This commit is contained in:
Michael
2020-07-30 21:16:03 +02:00
parent 98ac7c7bf3
commit f3601c6eec

View File

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