fix: stupid

This commit is contained in:
Tropical
2026-03-06 20:39:58 -06:00
parent 6131826226
commit 653a2c4289
68 changed files with 118 additions and 118 deletions

View File

@@ -158,10 +158,10 @@ void ChestTileEntity::checkNeighbors()
if (hasCheckedNeighbors) return;
hasCheckedNeighbors = true;
n = std::<ChestTileEntity>();
e = std::<ChestTileEntity>();
w = std::<ChestTileEntity>();
s = std::<ChestTileEntity>();
n = std::weak_ptr<ChestTileEntity>();
e = std::weak_ptr<ChestTileEntity>();
w = std::weak_ptr<ChestTileEntity>();
s = std::weak_ptr<ChestTileEntity>();
if (level->getTile(x - 1, y, z) == Tile::chest_Id)
{