-
Bug
-
Resolution: Works As Intended
-
None
-
Minecraft 15w35b, Minecraft 17w06a
-
Confirmed
The bug
Pressing the "Done" button in the command block GUI resets the success count even when the command was not changed.
How to reproduce
- Place a command block
- Enter for example the following command
/testfor @p
- Run it once
- Look at its block data. It will have a SuccessCount of non-zero.
- Open the command block, change some settings if you want, hit "Done"
- Look at the block data again. It will now have a SuccessCount of 0, even though the command did not change.