Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Continuing after a breakpoint overrides repeat processes when not using transmitter #53

Open
Adrodoc opened this issue Sep 29, 2016 · 0 comments

Comments

@Adrodoc
Copy link
Owner

Adrodoc commented Sep 29, 2016

If you are not using the compiler option transmitter and continue the program after encountering a breakpoint, the first command block of all repeat processes is overwritten. This happens here.
The reason behind this is, that all impulse processes that have been triggered during the pause will start running because the nbt of the temporary command block was updated. For repeat command blocks this approach does not work.

@Adrodoc Adrodoc added the bug label Sep 29, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant