Code formatiert

This commit is contained in:
Lennart Kampshoff
2019-12-21 14:03:06 +01:00
parent c5f72c2ce5
commit ed95acc24d
56 changed files with 1771 additions and 1764 deletions

View File

@@ -155,13 +155,13 @@ namespace ReallifeGamemode.Server.Gangwar
return;
}
}
if(client.GetUser().Faction.Name == "Ballas" || client.GetUser().Faction.Name == "Grove")
if (client.GetUser().Faction.Name == "Ballas" || client.GetUser().Faction.Name == "Grove")
{
foreach (var turf in getTurfs())
{
foreach(var u in turf.playerInside)
foreach (var u in turf.playerInside)
{
if(u == client)
if (u == client)
{
if (turf.Owner != client.GetUser().Faction.Name)
turf.attack(client.GetUser().Faction.Name);