diff --git a/ReallifeGamemode.Server/Managers/VehicleManager.cs b/ReallifeGamemode.Server/Managers/VehicleManager.cs index b74cbaf4..14bcd6cd 100644 --- a/ReallifeGamemode.Server/Managers/VehicleManager.cs +++ b/ReallifeGamemode.Server/Managers/VehicleManager.cs @@ -735,6 +735,27 @@ namespace ReallifeGamemode.Server.Managers "yosemite3", "youga3", "glendale2", + "alkonost", + "annihilator2", + "avisa", + "brioso2", + "dinghy5", + "italirsx", + "kosatka", + "longfin", + "manchez2", + "patrolboat", + "seasparrow2", + "seasparrow3", + "slamtruck", + "squaddie", + "toreador", + "verus", + "vetir", + "veto", + "veto2", + "weevil", + "winky", }; private static readonly Dictionary _serverVehicles = new Dictionary(); diff --git a/ReallifeGamemode.Server/Managers/WeaponManager.cs b/ReallifeGamemode.Server/Managers/WeaponManager.cs index 861ca0c8..cc26687e 100644 --- a/ReallifeGamemode.Server/Managers/WeaponManager.cs +++ b/ReallifeGamemode.Server/Managers/WeaponManager.cs @@ -99,7 +99,10 @@ namespace ReallifeGamemode.Server.Managers "flare", "petrolcan", "parachute", - "fireextinguisher" + "fireextinguisher", + "gadgetpistol", + "combatshotgun", + "militaryrifle" }; private static readonly Dictionary causeOfDeath = new Dictionary()