From ed095efb487d22962109f70581548bc3b773d415 Mon Sep 17 00:00:00 2001 From: "DESKTOP-UH65DCE\\MusTanG" Date: Sun, 24 Sep 2017 17:47:08 -0500 Subject: [PATCH] update to notused var name --- Sources/epoch_code/init/both_init.sqf | 1 + Sources/epoch_config/Configs/CfgEpochClient.hpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Sources/epoch_code/init/both_init.sqf b/Sources/epoch_code/init/both_init.sqf index 8ad5f403..19d86537 100644 --- a/Sources/epoch_code/init/both_init.sqf +++ b/Sources/epoch_code/init/both_init.sqf @@ -62,6 +62,7 @@ EPOCH_customVarsDefaults = [ ["Crypto",0,[250000,0]], ["HitPoints",[0,0,0,0],[1,1,1,1]], ["BloodP",100,[190,0]], + ["NotUsed",0,[50000,-50000]], ["SpawnArray",[],[]], ["Alcohol",0,[100,0]], ["Radiation",0,[100,0]], diff --git a/Sources/epoch_config/Configs/CfgEpochClient.hpp b/Sources/epoch_config/Configs/CfgEpochClient.hpp index e9d25a18..84680175 100644 --- a/Sources/epoch_config/Configs/CfgEpochClient.hpp +++ b/Sources/epoch_config/Configs/CfgEpochClient.hpp @@ -100,7 +100,7 @@ class CfgEpochClient {"HitPoints",{0,0,0,0},{1,0,0.5,1,-1,-1}}, // only limits here used for HUD. {"BloodP",100,{190,0,120,140,70,50}}, {"SpawnArray",{},{}}, - {"Karma",0,{50000,-50000}}, // TODO remove or replace + {"NotUsed",0,{50000,-50000}}, // TODO remove or replace {"Alcohol",0,{100,0,35,55,-1,-1}}, {"Radiation",0,{100,0,35,55,-1,-1}}, // local {"Nuisance",0,{100,0}},