Added /remove command for vehicles and goto points

This commit is contained in:
hydrant
2018-12-02 15:00:41 +01:00
parent c5be51f3aa
commit 938e30fa96
4 changed files with 99 additions and 2 deletions

View File

@@ -30,5 +30,10 @@ namespace reallife_gamemode.Server.Entities
return context.Factions.FirstOrDefault(f => f.Id == FactionId);
}
}
public override string ToString()
{
return "Fraktions Fahrzeug | Fraktion: " + GetFaction().Name;
}
}
}