mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-06 18:54:13 +00:00
fix: large inventories and inspect not printing objectID (#1824)
This commit is contained in:
@@ -1514,6 +1514,7 @@ namespace DEVGMCommands {
|
||||
}
|
||||
|
||||
if (!closest) return;
|
||||
LOG("%llu", closest->GetObjectID());
|
||||
|
||||
Game::entityManager->SerializeEntity(closest);
|
||||
|
||||
|
Reference in New Issue
Block a user