Initial Update to new version

This commit is contained in:
KnucklesB
2024-09-21 18:37:15 -03:00
parent 49ca2c766a
commit c6515c2b64
21 changed files with 445452 additions and 291069 deletions

View File

@@ -135,7 +135,7 @@ void ESP::RunAzazelESP() {
void ESP::RunDemonESP() {
ImColor col = ImColor{ settings::demon_esp_color[0], settings::demon_esp_color[1], settings::demon_esp_color[2], settings::demon_esp_color[3] };
std::vector<std::string> demons_c = { "SurvivalDemonBehaviour", "SpiderBehaviour", "GhostBehaviour", "BoarBehaviour", "CorpseBehaviour" };
std::vector<std::string> demons_c = { "SurvivalDemonBehaviour", "SpiderBehaviour", "GhostBehaviour", "BoarBehaviour", "CorpseBehaviour"};
// There's might be a better way to do it, but i'm lazy : )
if (name_demon == "N/A") {
@@ -146,9 +146,6 @@ void ESP::RunDemonESP() {
}
}
}
else {
ents_demon = RefreshEntList(ents_demon, name_demon.c_str(), "");
}
if (ents_demon == nullptr) return;