add some notes and remove some logs

This commit is contained in:
David Markowitz
2025-04-10 18:56:38 -07:00
parent a4295a26f7
commit 2cf0eac8f2
6 changed files with 19 additions and 17 deletions

View File

@@ -2611,7 +2611,6 @@ void GameMessages::HandleBBBSaveRequest(RakNet::BitStream& inStream, Entity* ent
// Uncompress the data and normalize the position
const auto asStr = sd0.GetAsStringUncompressed();
const auto [newLxfml, newCenter] = Lxfml::NormalizePosition(asStr);
auto [x, y, z] = newCenter;
// Recompress the data and save to the database
sd0.FromData(reinterpret_cast<const uint8_t*>(newLxfml.data()), newLxfml.size());