fix unknown vehicles

This commit is contained in:
hydrant
2019-05-11 23:26:23 +02:00
parent b012fdc45f
commit 233e5c02ef
2 changed files with 4 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ namespace ReallifeGamemode.Server.Managers
"tezeract",
"entity2",
"taipan",
"g65amg"
};
private static readonly Dictionary<int, NetHandle> _serverVehicles = new Dictionary<int, NetHandle>();