Add new cars to vehicle list

This commit is contained in:
hydrant
2019-07-27 23:24:39 +02:00
parent a511b09cdf
commit 15e136e736

View File

@@ -681,7 +681,15 @@ namespace ReallifeGamemode.Server.Managers
"s80",
"thrax",
"zorrusso",
"zion3"
"zion3",
"lsfd",
"lsfd2",
"lsfd3",
"lsfd4",
"lsfd5",
"lsfdtruck",
"lsfdtruck2",
"lsfdtruck3"
};
private static readonly Dictionary<int, NetHandle> _serverVehicles = new Dictionary<int, NetHandle>();