I have chain command blocks connected to a repeating command block. One of them tests for a specific dropper under an item, and sets a score of to craft is that output is true (/stats block x y z set SuccessCount @a craft). Then I have a command that summons an armorstand (/execute @a[score_craft_min=1] ~ ~ ~ summon ArmorStand {---}). Then I have a command that teleports that armorstand to the item that finds the dropper. But the armorstand comes short from where it should be. When I reload the world, the armorstand, the armorstand is in the right spot.
I can't really explain why this happens, but I have provided two screenshots, one before world is reloaded and one after the world is reloaded,
Before world is reloaded = ArmorStand 1 block away from droppper
After world is reloaded = ArmorStand is ontop of dropper
A similar issue was fixed recently. Is this still an issue in 15w44b? If so, please explain the issue in detail and provide steps to reproduce it.