Merge branch 'feature/look' into develop

This commit is contained in:
hydrant
2021-04-15 12:39:37 +02:00
9 changed files with 294 additions and 2 deletions

View File

@@ -14,6 +14,9 @@ namespace ReallifeGamemode.Server.Managers
{
public class VehicleManager : Script
{
public static Dictionary<Vehicle, Dictionary<string, DateTime>> lastDriversInVehicle = new Dictionary<Vehicle, Dictionary<string, DateTime>>();
private static readonly List<string> _enabledMods = new List<string>()
{
"ninef",