Moved tuning garages to database, moved vehicle distance driven counter timer from update event to timer
This commit is contained in:
@@ -91,5 +91,8 @@ namespace ReallifeGamemode.Server.Models
|
||||
|
||||
// Interiors
|
||||
public DbSet<Entities.Interior> Interiors { get; set; }
|
||||
|
||||
// Tuning Garages
|
||||
public DbSet<Entities.TuningGarage> TuningGarages { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user