mirror of
https://github.com/360NENZ/Taiga74164-Akebi-GC.git
synced 2025-09-20 04:36:05 +08:00
Fixed #552, Added Dendro Seelie to ESP
This commit is contained in:
@ -59,7 +59,7 @@ namespace cheat::feature
|
||||
auto distance = manager.avatar()->distance(entity);
|
||||
float radius = 100.0f;
|
||||
|
||||
if (entity->name().find("_Seelie") != std::string::npos)
|
||||
if (entity->name().find("Seelie_") != std::string::npos)
|
||||
{
|
||||
if (entity->name().find("ElectricSeelie") != std::string::npos)
|
||||
{
|
||||
|
Reference in New Issue
Block a user