From 14f36070a5242fb65cb7349bed0da6b2b453ba51 Mon Sep 17 00:00:00 2001
From: vbawol <vbawol@veteranbastards.com>
Date: Thu, 5 May 2016 14:43:24 -0500
Subject: [PATCH] fixed small typo

---
 Sources/epoch_code/compile/EPOCH_onEachFrame.sqf | 2 +-
 Sources/epoch_server/build.hpp                   | 2 +-
 build.txt                                        | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Sources/epoch_code/compile/EPOCH_onEachFrame.sqf b/Sources/epoch_code/compile/EPOCH_onEachFrame.sqf
index a0997c5e..31d36995 100644
--- a/Sources/epoch_code/compile/EPOCH_onEachFrame.sqf
+++ b/Sources/epoch_code/compile/EPOCH_onEachFrame.sqf
@@ -81,7 +81,7 @@ if (!isNull EPOCH_currentTarget && vehicle player == player) then {
 			};
 			case 4: {
 				// Base Objects With Storage
-				_text = if (EPOCH_buildMode > 0) then[{_text}, { format ["Press (%1) or (%2) or %3",EPOCH_keysBuildMode1 call BIS_fnc_keyCode, (actionKeys "Gear" select 0) call BIS_fnc_keyCode),_text] }];
+				_text = if (EPOCH_buildMode > 0) then[{_text}, { format ["Press (%1) or (%2) or %3",EPOCH_keysBuildMode1 call BIS_fnc_keyCode, ((actionKeys "Gear" select 0) call BIS_fnc_keyCode),_text] }];
 				_stability = if (EPOCH_buildMode > 0) then[{_currentTarget getVariable["stability", 100]}, {100 - round(damage _currentTarget * 100)}];
 				_icon = "\x\addons\a3_epoch_code\Data\UI\loading_bar_%1.paa";
 				_color = [100,0,_stability,1] call EPOCH_colorRange;
diff --git a/Sources/epoch_server/build.hpp b/Sources/epoch_server/build.hpp
index ee4f402c..2799414c 100644
--- a/Sources/epoch_server/build.hpp
+++ b/Sources/epoch_server/build.hpp
@@ -1 +1 @@
-build=447; 
+build=448; 
diff --git a/build.txt b/build.txt
index b2629412..2784fc52 100644
--- a/build.txt
+++ b/build.txt
@@ -1 +1 @@
-447 
+448