Added /remove command for vehicles and goto points
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user