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

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:184b303e97408a6200ea33fbe9231d8987bbace91a20eabed42805d1959d9f80
size 12163584

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:03fc1ce713128b474f6fd5edbc2c63663173ecb48753c116d082975231974582
size 11674624

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>();