From 94dddf6a6587f2f05b825d3f8b2a6569eef9f224 Mon Sep 17 00:00:00 2001 From: seelenapparat Date: Tue, 24 Aug 2021 15:36:33 +0200 Subject: [PATCH] Fix double ;; in Electronics.hpp Fix double ;; in Electronics.hpp --- .../R3F_Realism/R3F_Weight/Magazines/Items/Electronics.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Items/Electronics.hpp b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Items/Electronics.hpp index fa2b9f48a..3690be5a6 100644 --- a/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Items/Electronics.hpp +++ b/SQF/dayz_code/external/R3F_Realism/R3F_Weight/Magazines/Items/Electronics.hpp @@ -1,7 +1,7 @@ class equip_aa_battery { weight = 0.01; -};; +}; class equip_d_battery {