remove unused servervehicle column

This commit is contained in:
hydrant
2019-05-13 13:10:59 +02:00
parent ac6e4b51a9
commit 9e9dd09301
5 changed files with 1170 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ namespace ReallifeGamemode.Server.Entities
public override string ToString()
{
return "Fraktions Fahrzeug | Fraktion: " + GetFaction().Name;
return "Fraktions Fahrzeug | Fraktion: " + Faction.Name;
}
}
}