This commit is contained in:
Lukas Moungos
2019-11-01 22:37:55 +01:00
parent b2d0a35d48
commit 2d10b54405
2 changed files with 5 additions and 5 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>();