From 94d4ab1f1180eb1718f9648b49f09dd18b08ffc6 Mon Sep 17 00:00:00 2001 From: AirwavesMan Date: Wed, 7 Apr 2021 12:44:52 +0200 Subject: [PATCH] Add missing weight for Sa61_DZ --- SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/SMG.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/SMG.hpp b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/SMG.hpp index fcf2c516d..085faa042 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/SMG.hpp +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Weapons/SMG.hpp @@ -50,6 +50,10 @@ class Sa61_EP1 { weight = 1.3; }; +class Sa61_DZ +{ + weight = 1.3; +}; class Mac10_DZ { weight = 1.0;