Update Turf.cs
This commit is contained in:
@@ -274,7 +274,7 @@ namespace ReallifeGamemode.Server.Gangwar
|
||||
|
||||
return;
|
||||
}
|
||||
List<Player> inGangwar = ownersInGangwar.Concat(attackersInGangwar);
|
||||
List<Player> inGangwar = new List<Player>(ownersInGangwar.Concat(attackersInGangwar));
|
||||
|
||||
|
||||
usersInGangwar = inGangwar.ToArray();
|
||||
|
||||
Reference in New Issue
Block a user