This commit is contained in:
aviate
2019-11-02 12:10:53 +01:00
parent aaf80875be
commit 121be64dc1
3 changed files with 7 additions and 3 deletions

View File

@@ -694,7 +694,8 @@ namespace ReallifeGamemode.Server.Managers
"polbullet",
"polbullet2",
"sherbullet",
"hwaybullet"
"hwaybullet",
"argento"
};
private static readonly Dictionary<int, NetHandle> _serverVehicles = new Dictionary<int, NetHandle>();