Fixed vehicle sync

This commit is contained in:
hydrant
2018-12-22 16:15:51 +01:00
parent ae792536b4
commit 4854d884b9
2 changed files with 4 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ using GTANetworkAPI;
using reallife_gamemode.Model;
using reallife_gamemode.Server.Entities;
using reallife_gamemode.Server.Extensions;
using reallife_gamemode.Server.Saves;
/**
* @overview Life of German Reallife - Managers LoadManager (LoadManager.cs)
@@ -22,7 +23,7 @@ namespace reallife_gamemode.Server.Managers
{
using (var loadData = new DatabaseContext())
{
foreach (Saves.SavedBlip b in loadData.Blips)
foreach (SavedBlip b in loadData.Blips)
{
if(b.Active == true)
{