forgot to comment

This commit is contained in:
InviseDivine
2026-03-28 17:39:37 +02:00
parent 73fb2a2b3d
commit 5783fb93f3

View File

@@ -461,7 +461,7 @@ void ServerSideNetworkHandler::handle(const RakNet::RakNetGUID& source, RemoveBl
}
}
oldTile->spawnResources(level, x, y, z, data, 1); //@todo
// oldTile->spawnResources(level, x, y, z, data, 1); //@todo
oldTile->playerDestroy(level, player, x, y, z, data);
}