From 0f667fb5b425bd095dece516c2f3b46abeadf34e Mon Sep 17 00:00:00 2001 From: vbawol Date: Tue, 24 Nov 2015 09:20:25 -0600 Subject: [PATCH] fixed missing semicolon --- Sources/epoch_config/Configs/CfgVehicles.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/epoch_config/Configs/CfgVehicles.hpp b/Sources/epoch_config/Configs/CfgVehicles.hpp index 35471499..5204f69e 100644 --- a/Sources/epoch_config/Configs/CfgVehicles.hpp +++ b/Sources/epoch_config/Configs/CfgVehicles.hpp @@ -3865,7 +3865,7 @@ class CfgVehicles energyCost = 0.2; limitNearby = 2; bypassJammer = 1; - armor = 0.1 + armor = 0.1; }; class Metal_TRAP_EPOCH: Constructions_static_F @@ -3880,7 +3880,7 @@ class CfgVehicles energyCost = 0.4; limitNearby = 2; bypassJammer = 1; - armor = 0.1 + armor = 0.1; }; class Hesco3_EPOCH: Const_All_Walls_F