From d200f8337504566adcb597679223587cd13f3c9e Mon Sep 17 00:00:00 2001 From: hizumi <> Date: Sun, 23 Jun 2024 23:32:24 -0500 Subject: [PATCH 1/3] Update DisallowedEquipment.hpp --- defines/DisallowedEquipment.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defines/DisallowedEquipment.hpp b/defines/DisallowedEquipment.hpp index 4c309fe..87652c0 100644 --- a/defines/DisallowedEquipment.hpp +++ b/defines/DisallowedEquipment.hpp @@ -141,7 +141,7 @@ class DisallowedEquipment { "Tier1_ATACR18_Geissele_Docter_Black", //Nightforce Series Optic "Tier1_ATACR18_Geissele_Docter_Desert_Vanilla", //Nightforce Series Optic "Tier1_ATACR18_Geissele_Docter_Desert", //Nightforce Series Optic - "sps_black_hornet_01_F" // Black Hornet Drone Mod + "sps_black_hornet_01_Static_F" // Black Hornet Drone Mod }; }; -- 2.37.3.windows.1 From e0c8f3c952d2521ef6e64bd5213be2e810bda5cd Mon Sep 17 00:00:00 2001 From: hizumi <> Date: Sun, 23 Jun 2024 23:33:07 -0500 Subject: [PATCH 2/3] Update CHANGELOG.md version 4.2.0 release notes --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 607dd54..6341a9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project badly attempts [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [4.2.1] - 2024-06-23 + +### Changed + +- Allowed Equipment Definition typo + ## [4.2.0] - 2024-06-20 ### Added @@ -12,7 +18,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - New Resupply Boxes - Ability to spawn spare tires and tracks at the arsenal and via Zeus module - ### Changed - Split vehicle flags into colors and shapes for additional options -- 2.37.3.windows.1 From 7e93ebfbfda88f678c4a7482021c540e831abe5a Mon Sep 17 00:00:00 2001 From: hizumi <> Date: Sun, 23 Jun 2024 23:33:23 -0500 Subject: [PATCH 3/3] Update script_version.hpp prep 4.2.1 release --- framework/script_version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/script_version.hpp b/framework/script_version.hpp index 59fc8a7..55babf9 100644 --- a/framework/script_version.hpp +++ b/framework/script_version.hpp @@ -1,4 +1,4 @@ #define MAJOR 4 #define MINOR 2 -#define PATCHLVL 0 +#define PATCHLVL 1 #define BUILD 0 -- 2.37.3.windows.1