mirror of
https://github.com/360NENZ/Taiga74164-Akebi-GC.git
synced 2025-09-19 12:16:20 +08:00
fixed #505
This commit is contained in:
@ -310,7 +310,7 @@ namespace cheat::game::filters
|
||||
SimpleFilter PirateHelm = { EntityType__Enum_1::Field, "_PirateHelm" };
|
||||
WhitelistFilter PressurePlate = { {EntityType__Enum_1::Field, EntityType__Enum_1::Gadget }, {"Gear_Gravity", "_LitPathPlate" } };
|
||||
SimpleFilter SealLocations = { EntityType__Enum_1::Gadget, "_RunesKey" };
|
||||
SimpleFilter SeelieLamp = { EntityType__Enum_1::Field, "Gear_SeeliaLamp" };
|
||||
SimpleFilter SeelieLamp = { EntityType__Enum_1::Field, {"Gear_SeeliaLamp", "LifeSeelieBase"} };
|
||||
SimpleFilter Seelie = { EntityType__Enum_1::Platform, "Gear_Seelie" };
|
||||
SimpleFilter SmallRockPile = { EntityType__Enum_1::Gadget, "_StonePile_01" };
|
||||
SimpleFilter StormBarrier = { EntityType__Enum_1::Field, "_WindField_PushField" };
|
||||
|
@ -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