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

@@ -15,5 +15,10 @@ using reallife_gamemode.Server.Entities;
namespace reallife_gamemode.Server.Saves
{
public class SavedVehicle : ServerVehicle
{ }
{
public override string ToString()
{
return "Gespeichertes Fahrzeug";
}
}
}