diff --git a/ReallifeGamemode.Server/Events/UpdateCharacterWeapon.cs b/ReallifeGamemode.Server/Events/UpdateCharacterWeapon.cs index 5b51c3e6..6cf2c59b 100644 --- a/ReallifeGamemode.Server/Events/UpdateCharacterWeapon.cs +++ b/ReallifeGamemode.Server/Events/UpdateCharacterWeapon.cs @@ -81,11 +81,10 @@ namespace ReallifeGamemode.Server.Events melee = NAPI.Util.GetHashKey($"weapon_{meleeModel}"); } - client.GiveWeapon((WeaponHash)primary, 300); - client.GiveWeapon((WeaponHash)secondary, 100); + client.GiveWeapon((WeaponHash)primary, 500); + client.GiveWeapon((WeaponHash)secondary, 250); client.GiveWeapon((WeaponHash)melee, 1); - if (!uint.TryParse(specialModel, out uint special)) { if (specialModel.Contains("mk2") && !specialModel.Contains("_mk2")) specialModel = specialModel.Replace("mk2", "_mk2");