Merge branch 'configurable_vacuum_loot' into configurable_vacuum_loot

This commit is contained in:
harlanx 2022-07-06 13:20:22 +08:00 committed by GitHub
commit 1a7a78173c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,6 +91,7 @@ namespace cheat::feature
auto& manager = game::EntityManager::instance();
auto avatarEntity = manager.avatar();
for (const auto& entity : manager.entities())
{
if (!IsEntityForVac(entity))