From f52c8135143865fa282ab69b74128524e4356c3a Mon Sep 17 00:00:00 2001 From: "michael.reiswich" Date: Sun, 17 Jan 2021 20:19:58 +0100 Subject: [PATCH] add kill logs for new weapons --- ReallifeGamemode.Server/Managers/WeaponManager.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ReallifeGamemode.Server/Managers/WeaponManager.cs b/ReallifeGamemode.Server/Managers/WeaponManager.cs index cc26687e..dc111434 100644 --- a/ReallifeGamemode.Server/Managers/WeaponManager.cs +++ b/ReallifeGamemode.Server/Managers/WeaponManager.cs @@ -335,7 +335,10 @@ namespace ReallifeGamemode.Server.Managers { 1150790720, "Vehicle Volatol Dual MG"}, { 1741783703, "Vehicle Water Cannon"}, { 2441047180, "Navy Revolver" }, - { 727643628, "Ceramic Pistol"} + { 727643628, "Ceramic Pistol"}, + { 94989220, "combatshotgun"}, + { 2636060646, "Military Rifle" }, + { 1470379660 ,"Perico Pistol" }, }; public static bool IsValidHash(uint hash)