From 35b28e94f992715236bd3cc300cae7192cd35354 Mon Sep 17 00:00:00 2001 From: vbawol Date: Sat, 9 Jul 2016 09:08:51 -0500 Subject: [PATCH] fix comment --- 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 53a795bc..47e12ace 100644 --- a/Sources/epoch_config/Configs/CfgEpochClient.hpp +++ b/Sources/epoch_config/Configs/CfgEpochClient.hpp @@ -101,7 +101,7 @@ class CfgEpochClient // Player specific configs playerDeathScreen = "TapOut"; playerKilledScreen = "TapOut2"; - playerDisableRevenge = 0; // 1 = invoke playerKilledScreen when killed by another player. + playerDisableRevenge = 0; // 0 = invoke playerKilledScreen when killed by another player, 1 = disable. // include configs #include "CfgEpochClient\Altis.hpp"