diff --git a/CHANGE LOG 1.0.7.txt b/CHANGE LOG 1.0.7.txt
index bad0381d5..5bc359969 100644
--- a/CHANGE LOG 1.0.7.txt
+++ b/CHANGE LOG 1.0.7.txt
@@ -153,7 +153,6 @@
[UPDATED] The Journal main page was reworked and has some more information about the server settings now. (ef05eb4e) @AirwavesMan
[UPDATED] Harvesting wood will yield at least 16 or more wood. This was added in order to decrease network traffic. (8dc6ef8d) @AirwavesMan
[UPDATED] Increased cargo count of Refuel Trucks. (4667f20b) @AirwavesMan
-[UPDATED] The parachute has a new model. (cc4ee5b2) @AirwavesMan, @Helion4
[UPDATED] Cinder buildings and metal floors have a new texture. @Helion4
[UPDATED] Highly increased infection chance if the player eats uncooked meat or fish. (29b6a26) @AirwavesMan
[UPDATED] Crafting wooden buildings now requires a handsaw and a hammer. (247f5dc6) @AirwavesMan
diff --git a/SQF/dayz_code/Configs/CfgVehicles/CfgVehicles.hpp b/SQF/dayz_code/Configs/CfgVehicles/CfgVehicles.hpp
index 7609b527c..57ce03a87 100644
--- a/SQF/dayz_code/Configs/CfgVehicles/CfgVehicles.hpp
+++ b/SQF/dayz_code/Configs/CfgVehicles/CfgVehicles.hpp
@@ -708,9 +708,6 @@ class CfgVehicles
#include "Boat\JetSkiYanahui.hpp"
#include "Boat\Seafox.hpp"
#include "Boat\Submarine.hpp"
-
- //Epoch Parachute
- #include "Parachute.hpp"
//Includes all Building Stuff
//Houses
diff --git a/SQF/dayz_code/Configs/CfgVehicles/Parachute.hpp b/SQF/dayz_code/Configs/CfgVehicles/Parachute.hpp
deleted file mode 100644
index 30d0d2afa..000000000
--- a/SQF/dayz_code/Configs/CfgVehicles/Parachute.hpp
+++ /dev/null
@@ -1,4 +0,0 @@
-class ParachuteBase;
-class ParachuteWest: ParachuteBase {
- model = "\z\addons\dayz_epoch_v\vehicles\chute\PARA.p3d";
-};
\ No newline at end of file
diff --git a/SQF/dayz_code/stringtable.xml b/SQF/dayz_code/stringtable.xml
index 1a1ac640d..8937ff013 100644
--- a/SQF/dayz_code/stringtable.xml
+++ b/SQF/dayz_code/stringtable.xml
@@ -27935,7 +27935,7 @@
Ein Waffenregal für 20 Waffen.
Полка, на которую можно повесить до 20 единиц оружия.
-
+
A Gun Rack for 40 weapons.
Ein Waffenregal für 40 Waffen.
Полка, на которую можно повесить до 40 единиц оружия.