removed debug logs

This commit is contained in:
EmosewaMC
2022-04-23 22:22:21 -07:00
parent 18fc01cd49
commit dc770299d1
3 changed files with 0 additions and 3 deletions

View File

@@ -423,7 +423,6 @@ void GameMessages::SendAddItemToInventoryClientSync(Entity* entity, const System
bitStream.Write(lootSourceType != eLootSourceType::LOOT_SOURCE_NONE); // Loot source
if (lootSourceType != eLootSourceType::LOOT_SOURCE_NONE) bitStream.Write(lootSourceType);
Game::logger->Log("GameMessages", "lootSource %i\n", lootSourceType);
LWONameValue extraInfo;
auto config = item->GetConfig();