From 56b8918478ddf23441b2bed09748b8fa39c44434 Mon Sep 17 00:00:00 2001 From: He-Man Date: Fri, 16 Mar 2018 22:19:52 +0100 Subject: [PATCH] fixed description --- Sources/epoch_config/Configs/CfgEpochClient.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/epoch_config/Configs/CfgEpochClient.hpp b/Sources/epoch_config/Configs/CfgEpochClient.hpp index 481110d8..720ececa 100644 --- a/Sources/epoch_config/Configs/CfgEpochClient.hpp +++ b/Sources/epoch_config/Configs/CfgEpochClient.hpp @@ -60,7 +60,7 @@ class CfgEpochClient disableRemoteSensors = "true"; // disableRemoteSensors true/false ActionFireOnLighter = "true"; // Lighter is needed to inflame fires - ActionBurnBarrelOffExtinguisher = "true"; // FireExtinguisher is needed to put off fires + ActionBurnBarrelOffExtinguisher = "true"; // FireExtinguisher is needed to put off Burn Barrels ActionHookRope = "true"; // Rope is needed to hook vehicles (get back on release) epochMessageBackgroundCol[] = {0,0,0,0.2}; //Epoch_message background color (format: {R,G,B,A})