fix some things
This commit is contained in:
@@ -154,11 +154,11 @@ namespace ReallifeGamemode.Server.Gangwar
|
||||
{
|
||||
gangwarPlayer.TriggerEvent("GangwarScore", this.Attacker, this.Owner, this.Att_Score, this.Def_Score);
|
||||
}
|
||||
if (this.Att_Score >= 5)
|
||||
if (this.Att_Score >= 200)
|
||||
{
|
||||
this.takeOver(this.Attacker);
|
||||
}
|
||||
else if (this.Def_Score >= 5)
|
||||
else if (this.Def_Score >= 200)
|
||||
{
|
||||
this.takeOver(this.Owner);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user