vergessen zeit wieder auf 15min zu setzen
This commit is contained in:
@@ -163,7 +163,7 @@ namespace ReallifeGamemode.Server.Gangwar
|
|||||||
this.takeOver(this.Owner);
|
this.takeOver(this.Owner);
|
||||||
}
|
}
|
||||||
timerCount += 1;
|
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)
|
if (this.Att_Score > this.Def_Score)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user