fix factionvehicle tostring
This commit is contained in:
@@ -27,7 +27,7 @@ namespace ReallifeGamemode.Server.Entities
|
|||||||
|
|
||||||
public override string ToString()
|
public override string ToString()
|
||||||
{
|
{
|
||||||
return "Fraktions Fahrzeug | Fraktion: " + Faction.Name;
|
return "Fraktions Fahrzeug | Fraktion: " + GetFaction().Name;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user