Fixes a bug where commands in /execute would not have modifications applied to them.
Example: /execute run particle flame ~ ~ ~ 1 1 1 0 100 force @s would not get modified before this PR, but now it gets modified to /execute run particle flame ~ ~ ~ 1 1 1 0 10 force @s
Fixes a bug where commands in /execute would not have modifications applied to them.
Example:
/execute run particle flame ~ ~ ~ 1 1 1 0 100 force @s
would not get modified before this PR, but now it gets modified to/execute run particle flame ~ ~ ~ 1 1 1 0 10 force @s