fix: large inventories and inspect not printing objectID (#1824)

This commit is contained in:
David Markowitz
2025-06-23 00:07:34 -07:00
committed by GitHub
parent 8ba35be64d
commit 3c244cce27
2 changed files with 5 additions and 0 deletions

View File

@@ -1514,6 +1514,7 @@ namespace DEVGMCommands {
}
if (!closest) return;
LOG("%llu", closest->GetObjectID());
Game::entityManager->SerializeEntity(closest);