diff --git a/data/menu/nullifiedcat/visuals/chams.xml b/data/menu/nullifiedcat/visuals/chams.xml
index b4ebd778..9aa83a6c 100755
--- a/data/menu/nullifiedcat/visuals/chams.xml
+++ b/data/menu/nullifiedcat/visuals/chams.xml
@@ -8,7 +8,6 @@
-
diff --git a/src/hacks/Aimbot.cpp b/src/hacks/Aimbot.cpp
index 7205d298..04a5d5e6 100644
--- a/src/hacks/Aimbot.cpp
+++ b/src/hacks/Aimbot.cpp
@@ -204,9 +204,8 @@ static void CreateMove()
#if ENABLE_VISUALS
if (target_entity->m_Type() == ENTITY_PLAYER)
{
- static effect_chams::EffectChams Effectchams;
hacks::shared::esp::SetEntityColor(target_entity, colors::pink);
- Effectchams.SetEntityColor(target_entity, colors::pink);
+ effect_chams::g_EffectChams.SetEntityColor(target_entity, colors::pink);
}
#endif