This commit is contained in:
aviate
2019-11-02 12:25:48 +01:00
parent c6c714bba3
commit 35e9e01869
3 changed files with 20 additions and 16 deletions

View File

@@ -658,9 +658,7 @@ namespace ReallifeGamemode.Server.Managers
"zr380",
"zr3802",
"zr3803",
"streiter2",
"polamggtr",
"s63w222",
"streiter2", //Mod
"caracara2",
"drafter",
"dynasty",
@@ -683,19 +681,19 @@ namespace ReallifeGamemode.Server.Managers
"thrax",
"zorrusso",
"zion3",
"lsfd",
"lsfd2",
"lsfd3",
"lsfd4",
"lsfd5",
"lsfdtruck",
"lsfdtruck2",
"lsfdtruck3",
"polbullet",
"polbullet2",
"sherbullet",
"hwaybullet",
"argento"
"lsfd", //Mod
"lsfd2", //Mod
"lsfd3", //Mod
"lsfd4", //Mod
"lsfd5", //Mod
"lsfdtruck", //Mod
"lsfdtruck2", //Mod
"lsfdtruck3", //Mod
"polbullet", //Mod
"polbullet2", //Mod
"sherbullet", //Mod
"hwaybullet", //Mod
"argento" //Mod
};
private static readonly Dictionary<int, NetHandle> _serverVehicles = new Dictionary<int, NetHandle>();